Skip to main content
Connect our documentation to your AI assistant so it can answer questions and generate integration code grounded in the current docs. Anchorage Digital hosts a Model Context Protocol (MCP) server for this site.

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:
You can also open the AI menu at the top of any docs page and choose an install option, such as Cursor, VS Code, or Copy MCP.

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 to mcp.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 URL https://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.

Next steps

With your assistant connected, start from a ready-made prompt, or review the security guardrails before you write code that moves assets.