Adding to your MCP client
1
Generate an API key
Create an API key from the dashboard. Make sure you have supplied api keys for all providers you support.
2
Add the server config to your MCP client
3
Verify the connection
After connecting, your agent should see at least the following tools exposed by the server:
initialize_vaultsave_secret_to_vaultget_secret_from_vaultcreate_agent_identityget_agent_identity
Passing agent IDs
Every tool call requires a uniqueagentId string that identifies the agent making the call. Use a stable identifier — a UUID or a meaningful name — so the agent can reliably retrieve the same identity and vault across sessions.
The MCP server uses Streamable HTTP transport (not WebSocket or stdio). Make sure your MCP client supports this transport type.