Adding to your MCP client
Generate an API key
Create an API key from the dashboard. Make sure you have supplied api keys for all providers you support.
Add the server config to your MCP client
Add the following to your MCP client configuration, replacing
YOUR_API_KEY with the key you generated:mcp config
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.