Mines your Claude Code and Cursor sessions into evidence-based CLAUDE.md / AGENTS.md rules.
claude mcp add context-autopilot -- npx -y context-autopilot
claude_desktop_config.json
{
"mcpServers": {
"context-autopilot": {
"command": "npx",
"args": [
"-y",
"context-autopilot"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"context-autopilot": {
"command": "npx",
"args": [
"-y",
"context-autopilot"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"context-autopilot": {
"command": "npx",
"args": [
"-y",
"context-autopilot"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"context-autopilot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"context-autopilot"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"context-autopilot": {
"command": "npx",
"args": [
"-y",
"context-autopilot"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.ChiragBachani--context-autopilot/reviews or the review_server meta-tool.
POST /mcp