Local-first MCP server that snapshots your project's working state into one context object. Open-core, privacy-first.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ctxfile": {
"command": "npx",
"args": [
"-y",
"ctxfile/ctxfile"
]
}
}
}
Run in terminal:
claude mcp add ctxfile npx -y ctxfile/ctxfile
Add to .cursor/mcp.json:
{
"mcpServers": {
"ctxfile": {
"command": "npx",
"args": [
"-y",
"ctxfile/ctxfile"
]
}
}
}