context autopilot for Cursor
io.github.chiragbachani/context-autopilot
Mines your Claude Code and Cursor sessions into evidence-based CLAUDE.md / AGENTS.md rules.
client:Cursor
transport:stdio
runtime:npm
Install context autopilot in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"context-autopilot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"context-autopilot"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs