ctxfile for Cursor
dev.ctxfile/ctxfile
Local-first MCP server that snapshots your project's working state into one context object.
client:Cursor
transport:stdio
runtime:npm
Install ctxfile in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ctxfile": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ctxfile"
],
"env": {
"NOTION_TOKEN": "<NOTION_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs