cortex-mcp

Allrivenjs/cortex-mcp
★ 0 stars Unknown language AI/LLM Updated today
Project memory server for AI agents. Agents write semantic context on git push; any agent on the team reads it via MCP. Go API core + Node.js MCP server. No external model required.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cortex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Allrivenjs/cortex-mcp"
      ]
    }
  }
}

README Excerpt

Project memory for AI agents. When an agent pushes to git, it registers what it did and why — not the diff, the reasoning. Any other agent on the project reads that context via MCP before touching the same code. No external model API required. The agent writing the change is the model.

Topics

ai-agentsclaudeclaude-codecontext-serverdeveloper-toolsgitgolangllm-toolsmcpmodel-context-protocolnodejsproject-memorytypescript