Mmcp.market

Solucortex MCP server

by soluai-spa·io.github.soluai-spa/solucortex-mcp·v1.1.2

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

A90/100grade A
What users say
No reviews yet
Be the first
Safety scan
A90/100

full report

Adoption
New

0 stars

Reviews

Write one

Nobody 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 posts
  • solucortex_flag_memoryFree

    Flag 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_memoriesFree

    List 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_recallFree

    Build 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_rememberFree

    Record 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_searchFree

    Ad-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 actionFree

    Correct 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

no findings
  • 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
Overall 90/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

claude mcp add --transport http solucortex-mcp https://mcp.solucortex.ai/mcp
Add to Cursor

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.

  • Memorix
    Local-first project memory with legacy MCP and 2026 discovery compatibility.
    B
  • Prism Coder
    Session memory for coding agents: local-first recall, drift detection, on-device inference.
    C

More from soluai-spa