
ctxfile已验证已精选
@ctxfile
关于 ctxfile
Local-first MCP server that snapshots your project's working state into one context object. Open-core, privacy-first.
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ctxfile": {
"command": "npx",
"args": [
"-y",
"ctxfile"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is ctxfile?
One context, every agent, all local.
You work with more than one AI agent — Claude Code in the terminal, Cursor in the editor, a chat tab for thinking. Each one starts cold, because your working state (the plan, the key files, the git state, what you decided an hour ago) lives in your head and in scrollback.
ctxfile is a local-first MCP server that snapshots your project's working state into one structured context object, and hands it to any MCP agent in a single call. Save a session in one agent, continue it in another. Nothing leaves your machine.
Quickstart
Claude Code
claude mcp add ctxfile -- npx -y ctxfile
Cursor — add to .cursor/mcp.json:
{
"mcpServers": {
"ctxfile": { "command": "npx", "args": ["-y", "ctxfile"] }
}
}
Why ctxfile
- Local-first & private by default. Zero network calls unless you explicitly configure them. Your files, git state, and context never leave your machine.
- Read-only over your project. ctxfile snapshots; it never writes to your repo or git state.
- One context, every agent. Save a session in one MCP client, continue it in another — the same plan, files, and decisions travel with you.
- Cross-provider threads & handoff. Pick up a thread across different agents and providers.
- Redaction built in. Secrets and denied paths (
.env*, keys, credentials) are never read. - Open-core. Apache-2.0 core, published to npm as
ctxfile.
Links
- Website: https://ctxfile.dev
- Docs: https://ctxfile.dev/docs
- Source: https://github.com/ctxfile/ctxfile
基本信息
记忆与知识 分类下的更多 MCP 服务器
Anytype MCP Server
anyprotoAn MCP server enabling AI assistants to interact with Anytype - your encrypted, local and collaborative wiki - to organize objects, lists, and more through natural language.
MCP server for Obsidian
MarkusPfundsteinMCP server that interacts with Obsidian via the Obsidian rest API community plugin
Notion MCP Server
makenotionOfficial Notion MCP Server
Notion MCP Integration
danhilseA simple MCP integration that allows Claude to read and manage a personal Notion todo list
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
评论