Skip to content
Cursor

Contextful for Cursor

io.github.inferensys/contextful

Efficient context management: code search, evidence packs, and memory for coding agents.

client:Cursor transport:stdio runtime:npm

Install Contextful in Cursor

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

{
  "mcpServers": {
    "contextful": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@inferensys/contextful"
      ]
    }
  }
}

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

Contextful in other clients