HomeKnowledge & Memory › solucortex-mcp

solucortex-mcp

Living technical memory for AI agents: recall approved project context, record what was learned.

Official Python CloudLocal Remote
★ 0 stars Last pushed 2026-09-07 License: MIT

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.solucortex.ai/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http solucortex-mcp https://mcp.solucortex.ai/mcp --header "Authorization: <YOUR_VALUE>" --header "X-Solucortex-Project: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "solucortex-mcp": {
      "url": "https://mcp.solucortex.ai/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>",
        "X-Solucortex-Project": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer <your SoluCortex project API key (scx_...)>. Get one at https://solucortex.ai.
  • X-Solucortex-Project — Default project UUID. Optional: the backend infers it from the API key.

Package (pypi 1.1.2)

uvx solucortex-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "solucortex-mcp": {
      "command": "uvx",
      "args": [
        "solucortex-mcp"
      ],
      "env": {
        "SOLUCORTEX_API_KEY": "<YOUR_VALUE>",
        "SOLUCORTEX_PROJECT_ID": "<YOUR_VALUE>"
      }
    }
  }
}
  • SOLUCORTEX_API_KEY required secret — SoluCortex project API key (scx_...). Get one at https://solucortex.ai.
  • SOLUCORTEX_PROJECT_ID — Default project UUID. Optional: the backend infers it from the API key.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry