Skip to content
Cursor

docs mcp for Cursor

io.github.acta-team/docs-mcp

Read-only MCP server for the official ACTA verifiable credentials documentation.

client:Cursor transport:stdio runtime:npm

Install docs mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "docs-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@acta-team/docs-mcp"
      ],
      "env": {
        "ACTA_DOCS_MCP_OFFLINE": "<ACTA_DOCS_MCP_OFFLINE>",
        "ACTA_DOCS_MCP_DATA_URL": "<ACTA_DOCS_MCP_DATA_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

docs mcp in other clients