one-context-mcp is a local MCP server that acts as shared memory for all your AI tools. Every tool reads from it when it wakes up and writes to it when it finishes. Your project knowledge lives in one…
{
"mcpServers": {
"one-context": {
"command": "uvx",
"args": [
"one-ctx"
]
}
}
}