trackmcp
Back to directory
FilippoPilo

cortex-connector

View on GitHub

Connect Cortex — patented semantic memory for AI agents — to Claude or any MCP client. Free trial, 2-minute setup.

0 starsOthers Updated Aug 23, 2026
agentsai-memoryclaudellmmcpmcp-serversemantic-memory

Documentation

Cortex — Semantic Memory for AI Agents

> One external brain, model-agnostic, in production. Connect it to Claude in two minutes — free trial, no credit card.

Cortex is a patent-protected semantic memory infrastructure developed by SKYNETLAB (Bergamo, Italy). Connected to your AI assistant as a remote MCP connector, it lets your conversations save decisions, context and sources — and find them again in every later session. Your AI remembers, and can show *why* it remembers.

🌐 Website: skynetlab-cortex.com · 📄 Patent · 📊 Benchmark · 📚 Paper · 💶 Pricing

MCP Registry
Listed on mcpservers.org

> 🇮🇹 Versione italiana: README.it.md

Cortex — one external brain, shared by all your AIs

Why Cortex is not "just another memory plugin"

Most memory tools for AI agents record what the agent did and retrieve similar text later. Cortex models what is true and how reliable it is:

CapabilityWhat it means
Quality Gate on writeEvery memory passes a novelty/redundancy check before being stored. No junk accumulation.
Typed claims & conflict trackingFacts are extracted as claims; contradictions between memories are detected and tracked, not silently overwritten.
Knowledge graphMemories are linked by entities and typed relations, not just vector similarity.
Coherence metric (Ψ_C)Each memory carries a native coherence score — the system knows how well a memory fits what it already knows.
Memory consolidation ("REM")A continuous background cycle consolidates episodic memories into long-term knowledge.
Transparent evidenceAnswers can cite the memories and sources they come from.

Cortex runs on globally distributed edge infrastructure operated in the European Union. The memory engine is covered by Italian patent application UIBM 102026000014026 (filed 15 May 2026).

Quick start — Claude (web / desktop / mobile)

Requirements: a Claude plan that supports custom connectors (the "Connectors" entry appears in Settings). No Cortex account needed beforehand — it is created on first sign-in.

1. In Claude open Settings → Connectors → Add custom connector

2. Paste this URL and confirm:

code
https://skynetlab-cortex-saas-mcp.cortex-320.workers.dev/mcp

3. Authorize access on the Cortex consent page (Google or email sign-in). Your personal memory space is created automatically, isolated from every other user.

That's it. Talk to Claude as usual: *"Remember that we chose supplier X"*, *"what did we decide about the budget?"*, *"show me the sources for this claim"*. Claude picks the right tool on its own.

Quick start — Claude Code

bash
claude mcp add --transport http cortex https://skynetlab-cortex-saas-mcp.cortex-320.workers.dev/mcp

Then authenticate when prompted (`/mcp` shows connection status).

Quick start — other MCP clients (stdio bridge)

For MCP clients that don't support remote connectors natively, use the `mcp-remote` bridge. Example configuration (see `examples/`):

json
{
  "mcpServers": {
    "cortex": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://skynetlab-cortex-saas-mcp.cortex-320.workers.dev/mcp"]
    }
  }
}

The six tools

ToolTypeDescription
Search memoriesreadSemantic search across your memories
Fetch memoryreadFull detail of one memory, with its sources
Recall & synthesizereadNarrative synthesis of what Cortex knows about a topic
Show conflictsreadTracked contradictions between memories
Save memorywriteStores a memory — after a quality check against duplicates and redundancy
Forget memorydestructiveDeletes a memory — always with explicit confirmation

Data & privacy

Memories are personal: each user only sees their own. They are exportable and deletable on request, and the infrastructure operates in the European Union. Details: Privacy Policy.

To disconnect, simply remove the connector from your client's settings; your memories remain in your Cortex account until you request their deletion.

Is this open source?

The Cortex memory engine is a hosted, patent-protected service — its source code is not published. This repository contains the public documentation and client-side configuration examples for connecting to it. Everything in this repository is released under the MIT License.

Support

📧 info@skynetlab.net · Contact page


*Cortex is a SKYNETLAB product — independent research lab & deeptech studio, Bergamo, Italy. Founder: Filippo Pilotta (ORCID 0009-0000-5002-4199).*

*Some content and product outputs are generated or assisted by artificial intelligence, pursuant to Art. 50 of Reg. (EU) 2024/1689. AI transparency.*

Frequently asked questions

What is cortex-connector?

cortex-connector is Connect Cortex — patented semantic memory for AI agents — to Claude or any MCP client. Free trial, 2-minute setup.

How do I install cortex-connector?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is cortex-connector open source?

Yes — it is hosted on GitHub at https://github.com/FilippoPilo/cortex-connector.

Related MCP tools

riponcmprojectmem

Open-source coding agent memory. Records issues, attempts, fixes and decisions, then warns your agent before it repeats an approach that already failed. Native MCP server for Claude Code, Cursor, Antigravity and Codex. 100% local, no cloud, no telemetry. MIT.

796 Python
ai-agentsai-memoryai-tools+17
screenpipescreenpipe

YC (S26) | Open Computer History | Record your screen continuously locally and provide context to your agents (Claude, Codex, Openclaw, Hermes, Runner...)

21,409 Rust
aicomputer-visionllm+17
IvanMurzakUnity-MCP

AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.

4,137 C#
aiai-integrationgame-development+16
taylorwilsdongoogle_workspace_mcp

Control Gmail, Google Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks, Search & Drive with AI - Comprehensive Google Workspace MCP Server & CLI Tool

3,117 Python
aigmailgoogle-calendar+17
jgravellejcodemunch-mcp

Cut AI token costs 95%+ on code exploration. The leading MCP server for precise, symbol-level GitHub code retrieval via tree-sitter AST. Works with Claude Code, Cursor & any MCP client. 313B+ tokens saved.

2,651 Python
claudeclaude-codeai-coding+17
OpenOSINTOpenOSINT

AI-powered OSINT agent with interactive REPL, MCP server, and CLI. 19 tools. Works with Claude, GPT-4, or local models. For authorized security research only.

1,523 Python
ai-agentanthropicclaude+16

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP