Contexo
@sugihAF
关于 Contexo
AI Agent Context Versioning and Synchronization
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"contexo": {
"command": "ctx",
"args": [
"mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Contexo?
Contexo is an open-source MCP server that gives AI coding agents a persistent, shared memory of your project. Instead of re‑explaining architecture, conventions, and past decisions each session, agents pull what’s already known before starting work and push back what they learn afterward. Knowledge is stored in a git‑backed repository, making it versioned, diffable, reviewable, and shareable across teammates and tools—and because it’s built on MCP, the same knowledge can be used with Claude Code, Cursor, Codex, and other compatible agents.
How to use Contexo?
Contexo is available as an MIT‑licensed Go CLI and server that you can self‑host, plus an optional hosted version. Install the CLI and run the server to start capturing and sharing project context with your AI coding agents. The README does not provide specific installation or configuration commands.
Key features of Contexo
- Persistent, versioned project memory stored in git
- Section‑aware diffs and full history
- Drift detection to flag outdated context
- Agent‑assisted merges for collaborative updates
- Structured capture of the why behind decisions
- Cross‑agent compatibility via the MCP protocol
Use cases of Contexo
- Avoid repeating architecture and conventions in every new AI session
- Share project decisions, gotchas, and reasoning across a team
- Keep context in sync between different AI coding tools (e.g., Claude Code and Cursor)
- Track how project knowledge evolves over time with diffs and history
FAQ from Contexo
What problem does Contexo solve?
Contexo eliminates the “context tax” by giving AI agents a shared memory of your project, so they don’t need to re‑learn architecture, conventions, or past decisions every session.
How is Contexo different from storing context in CLAUDE.md or vendor‑specific memory?
Contexo centralizes context in a git‑backed repository that is versioned, diffable, reviewable, and shareable across teammates and tools, rather than scattering it in local files or vendor‑specific features.
Is Contexo open source and can I self‑host it?
Yes. Contexo is open‑core: the Go CLI and server are MIT‑licensed and can be self‑hosted. An optional hosted version is also available.
Which AI coding agents work with Contexo?
Contexo works with any MCP‑compatible agent, including Claude Code, Cursor, Codex, and others.
Where does project knowledge actually live?
Knowledge lives in a git‑backed repository, so it is versioned, diffs are visible, and the history is reviewable alongside your codebase.
其他 分类下的更多 MCP 服务器
Nginx UI
0xJackyYet another WebUI for Nginx
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Codelf
unbugA search tool helps dev to solve the naming things problem.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
ghidraMCP
LaurieWiredMCP Server for Ghidra
评论