Skip to content
Cursor

capsule for Cursor

io.github.dawitlabs/capsule

Compact, source-linked context packs that reduce token waste for coding agents.

client:Cursor transport:stdio runtime:npm

Install capsule in Cursor

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

{
  "mcpServers": {
    "capsule": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "capsulectx"
      ]
    }
  }
}

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

capsule in other clients