Solucortex MCP server
Living technical memory for AI agents: recall approved project context, record what was learned.
0 stars
Reviews
Write oneNobody has reviewed Solucortex yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Solucortex tools (6, 1 write)
write = sends, deletes, buys or postssolucortex_flag_memoryFreeFlag a memory as outdated/incorrect (POST /memories/{id}/flag). The memory is marked for human review in the SoluCortex panel; nothing is deleted or unpublished. ALWAYS tell the user a memory awaits their decision in the panel. Deletion is human-only by design.
solucortex_list_memoriesFreeList the project's memories without semantic search (GET /memories). Useful for quick inspection/audit or to confirm a just-created memory was stored. Does not consume OpenAI quota.
solucortex_recallFreeBuild living context for a task (POST /context/build). Call this at the START of a task, before touching code: returns approved, active memories (decisions, conventions, risks, sensitive modules, architecture) ranked by semantic similarity + importance. Uses OpenAI embeddings (slower, 20 req/min).
solucortex_rememberFreeRecord a memory in SoluCortex (POST /memories). Call when closing a task or making a relevant technical decision. As an authorized agent (Bearer api_key), the memory is stored with status 'approved' and traced. Never store real secrets: if you find one, record location/type/severity and action taken, with a redacted reference.
solucortex_searchFreeAd-hoc semantic search of memories (POST /search/semantic). Use for specific questions during a task (e.g. 'how is authentication implemented?'), distinct from recall which builds the full startup context. Uses OpenAI embeddings (20 req/min).
solucortex_update_memorywrite actionFreeCorrect an existing memory (PATCH /memories/{id}). Agents propose, humans govern: the edit is applied but the memory returns to PENDING until a human re-approves it. ALWAYS tell the user the change awaits their approval in the SoluCortex panel. Status changes are not possible here.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan9 source files scanned25/25
- Live reliabilityremote reachable in 1169ms20/20
- Tool poisoning6 tool descriptions checked15/15
- Auth qualityAPI key sent as a header8/15
- Maintenancelast push 12 days ago15/15
- Maintainer identityregistry namespace matches repository owner7/10
Install directly
claude mcp add --transport http solucortex-mcp https://mcp.solucortex.ai/mcp
Solucortex: common questions
- Is Solucortex MCP server safe?
- Yes, by our scan: it is graded A (90/100). Read the Solucortex safety report
- How do I install Solucortex?
- It runs remotely at mcp.solucortex.ai. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Solucortex need an API key?
- Yes. The registry entry asks for
SOLUCORTEX_API_KEY,Authorization. - Is Solucortex maintained?
- The last commit was 13 days ago (2026-09-07). The latest release is v1.1.2.
- Is Solucortex up?
- 100% of our last 5 checks got an answer. We check remote servers about four times a day.
- What can I use instead of Solucortex?
- Servers from other publishers that do the same job: Memorix MCP server and Prism Coder MCP server.
Alternatives to Solucortex
Same job from other publishers: the closest match first, then the best rated.
MemorixLocal-first project memory with legacy MCP and 2026 discovery compatibility.not reviewedEstablishedB- Prism CoderSession memory for coding agents: local-first recall, drift detection, on-device inference.not reviewedEstablishedC