← Index

Anchord (AnchorID)

io.github.nolenation04/anchord·v1.1.1·Other
Quality Score
80
/100

Read-only MCP for identity resolution and write guardrails.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.anchord.ai/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "anchord": {
      "command": "npx",
      "args": [
        "-y",
        "@anchord/mcp-server"
      ],
      "env": {
        "ANCHORD_API_KEY": "<your-anchord_api_key>",
        "ANCHORD_API_BASE_URL": "<anchord_api_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "anchord": {
      "command": "npx",
      "args": [
        "-y",
        "@anchord/mcp-server"
      ],
      "env": {
        "ANCHORD_API_KEY": "<your-anchord_api_key>",
        "ANCHORD_API_BASE_URL": "<anchord_api_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @anchord/mcp-server
§02  Environment variables
ANCHORD_API_KEY
requiredsecret

Your Anchord API key (Bearer token). Get one at https://app.anchord.ai/signup

ANCHORD_API_BASE_URL

Anchord API base URL. Defaults to https://api.anchord.ai

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
10
stability
10
§04  Alternatives in Other