Catalog
io.github.nolenation04/anchord
OfficialAnchord (AnchorID)
Read-only MCP for identity resolution and write guardrails.
Read-only MCP server for identity resolution with write access guardrails.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
ANCHORD_API_KEYrequiredsecretYour Anchord API key (Bearer token). Get one at https://app.anchord.ai/signup
ANCHORD_API_BASE_URLAnchord API base URL. Defaults to https://api.anchord.ai
claude_desktop_config.json
{
"mcpServers": {
"anchord": {
"command": "npx",
"args": [
"-y",
"@anchord/mcp-server@1.1.1"
],
"env": {
"ANCHORD_API_KEY": "<YOUR_ANCHORD_API_KEY>",
"ANCHORD_API_BASE_URL": "<YOUR_ANCHORD_API_BASE_URL>"
}
}
}
}