Home › Knowledge & Memory › solucortex-mcp
solucortex-mcp
Living technical memory for AI agents: recall approved project context, record what was learned.
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>"
}
}
}
}
Authorizationrequired 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_KEYrequired 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
Context7
Up-to-date code docs for any prompt
cognee
Memory manager for AI apps and Agents using various graph and vector stores and allowing ingestion from 30+ data sources
hindsight
Hindsight: Agent Memory That Works Like Human Memory - Built for AI Agents to manage Long Term Memory
Skill_Seekers
Transform 17 source types (docs, GitHub repos, PDFs, videos, Jupyter, Confluence, Notion, Slack/Discord) into AI-ready skills and RAG…
basic-memory
Local-first knowledge management with bi-directional LLM sync via Markdown files.
NoteDiscovery
Self-hosted plain-markdown knowledge base with a built-in MCP server. Lets Claude Desktop, Cursor, and any MCP client search, read,…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry