Skip to content
Cursor

compendio mcp for Cursor

io.github.rulogb/compendio-mcp

Indexes your project's markdown docs and serves them to any agent via local hybrid search.

client:Cursor transport:stdio runtime:npm

Install compendio mcp in Cursor

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

{
  "mcpServers": {
    "compendio-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "compendio-mcp"
      ]
    }
  }
}

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

compendio mcp in other clients