ctxfile
Rank #5,563dev.ctxfile/ctxfile
Local-first MCP server that snapshots your project's working state into one context object.
ctxfile is a Model Context Protocol (MCP) server published by ctxfile. It ranks #5,563 of 132,046 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. ctxfile is listed across 3 registries — Official MCP, Glama and mcp.so, with 8 tracked versions. It was first listed on Jul 13, 2026 and most recently updated on Sep 13, 2026.
Ranks ahead of 126,483 of 132,046 servers on MCP Toplist.
Use ctxfile
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ctxfile -e "NOTION_TOKEN=<your NOTION_TOKEN>" -- npx -y ctxfileReplace each placeholder with your own value before saving.
[mcp_servers.ctxfile]
command = "npx"
args = ["-y", "ctxfile"]
[mcp_servers.ctxfile.env]
NOTION_TOKEN = "<your NOTION_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ctxfile": {
"command": "npx",
"args": [
"-y",
"ctxfile"
],
"env": {
"NOTION_TOKEN": "<your NOTION_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ctxfile": {
"command": "npx",
"args": [
"-y",
"ctxfile"
],
"env": {
"NOTION_TOKEN": "<your NOTION_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ctxfile": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ctxfile"
],
"env": {
"NOTION_TOKEN": "<your NOTION_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ctxfile": {
"command": "npx",
"args": [
"-y",
"ctxfile"
],
"env": {
"NOTION_TOKEN": "<your NOTION_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ctxfile": {
"command": "npx",
"args": [
"-y",
"ctxfile"
],
"env": {
"NOTION_TOKEN": "<your NOTION_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/dev.ctxfile%2Fctxfile)<a href="https://mcptoplist.com/server/dev.ctxfile%2Fctxfile"><img src="https://mcptoplist.com/badge/dev.ctxfile%2Fctxfile.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
ctxfile
Available versions (8)
| Version | Published |
|---|---|
| 0.5.0 | Sep 13, 2026 |
| 0.4.1 | Aug 8, 2026 |
| 0.4.0 | Jul 20, 2026 |
| 0.3.1 | Jul 15, 2026 |
| 0.3.0 | Jul 14, 2026 |
| 0.2.0 | Jul 14, 2026 |
| 0.1.1 | Jul 13, 2026 |
| 0.1.0 | Jul 13, 2026 |
Frequently asked questions
- Who maintains ctxfile?
- ctxfile is maintained by ctxfile, which publishes 1 MCP server (8 total versions) tracked on MCP Toplist.
- Is ctxfile listed on the Official MCP Registry?
- Yes — ctxfile is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does ctxfile have?
- MCP Toplist tracks 8 versions of ctxfile, most recently published on Sep 13, 2026.
- Where can I find the source code for ctxfile?
- The source code for ctxfile is hosted at github.com/ctxfile/ctxfile.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.