What the docs MCP server does
The MCP server lets your assistant search these docs and read pages on demand. It’s read-only documentation knowledge—it can’t access your account, keys, or funds, and it can’t move assets. To take actions, your integration calls the REST API with your own scoped keys.Quick install
The fastest path is the one-line installer, which detects your installed tools:Set up by tool
Claude Code
Claude Desktop and Claude web
1
Open connector settings
In Settings, select Connectors, then select Add custom connector.
2
Add the server
Enter a name and the URL
https://docs.anchorage.com/mcp, then save.Cursor
Add the server tomcp.json:
VS Code (GitHub Copilot)
Add the server to.vscode/mcp.json:
ChatGPT and other clients
In any client that supports custom MCP connectors, add a new connector with the URLhttps://docs.anchorage.com/mcp. To include documentation restricted to your account, use https://docs.anchorage.com/authed/mcp and sign in when prompted.
The docs MCP server provides documentation only. It never has access to your API keys or the ability to move assets. See AI security and guardrails.