{
  "_comment": "Official Anytype MCP: https://developers.anytype.io/docs/examples/featured/mcp/ — copy into .cursor/mcp.json. Set ANYTYPE_OPENAPI_MCP_HEADERS in your environment to the full OPENAPI_MCP_HEADERS JSON (Bearer + Anytype-Version). Pick Anytype-Version from https://developers.anytype.io/docs/reference/changelog — do not commit real keys.",
  "mcpServers": {
    "anytype": {
      "command": "npx",
      "args": ["-y", "@anyproto/anytype-mcp"],
      "env": {
        "ANYTYPE_API_BASE_URL": "http://127.0.0.1:31009",
        "OPENAPI_MCP_HEADERS": "{\"Authorization\":\"Bearer <YOUR_API_KEY>\", \"Anytype-Version\":\"2025-11-08\"}"
      }
    }
  }
}
