← Back to Plugins
MCP Server MCP

Anchord (AnchorID)

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

Read-only MCP for identity resolution and write guardrails.

Homepage Verified source

Install

npx -y @anchord/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.anchord.ai/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@anchord/mcp-server",
      "version": "1.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Anchord API key (Bearer token). Get one at https://app.anchord.ai/signup",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ANCHORD_API_KEY"
        },
        {
          "description": "Anchord API base URL. Defaults to https://api.anchord.ai",
          "format": "string",
          "name": "ANCHORD_API_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...