mcpbeat Sign in

Cognitive Substrate MCP Server

by jaysonaionline Your server? Claim it
local only

Cognitive Substrate runs on your own machine — the client starts it, so there is no endpoint to ping. 686 installs a week from pypi. Last commit 5 Sep 2026.

28-layer cognitive substrate with cross-session ToT evolutionary memory and self-telemetry tools

686
Installs / week
pypi · mcp-cognitive-substrate
1
Stars
0 open issues
5 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Cognitive Substrate every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cognitive-substrate -- uvx mcp-cognitive-substrate
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cognitive-substrate": {
      "args": [
        "mcp-cognitive-substrate"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cognitive-substrate]
command = "uvx"
args = ["mcp-cognitive-substrate"]
.cursor/mcp.json
{
  "mcpServers": {
    "cognitive-substrate": {
      "args": [
        "mcp-cognitive-substrate"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cognitive-substrate": {
      "args": [
        "mcp-cognitive-substrate"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Cognitive Substrate

same job, measured the same way
RecallMax-Neural
by evozim

Semantic context compression and cognitive memory layer for LLM swarms.

answering
Memorykit
by rapozoantonio

Cognitive memory for AI coding assistants — persistent memory across sessions

58 installs/wk local only
Nan Forget
by nanmesh

AI that remembers. Local-first cross-session, cross-project long-term memory for coding tools.

33 installs/wk local only
Epiphany
by gatsv-tech

One private, local memory your AI tools share. Cross-model, on-device, never lose a session.

26 installs/wk local only
Adaptive Recall
by aiappsapi

Adaptive memory system with cognitive scoring, knowledge graph, and self-improving ML.

25 installs/wk local only
Remembra — AI Memory Layer
by remembra-ai

Persistent AI memory with entity resolution, temporal knowledge graph & 11 MCP tools.

183 installs/wk local only
Brains
by brainsforai

Personal wiki and memory layer for AI assistants. Persistent, structured memory across sessions.

answering
Total Recall
by bas-more

Persistent, verified, cross-session memory for AI agents. 26 tools. SQLite + sync.

44 installs/wk local only

Cognitive Substrate — questions

Answers built from our own checks of this server.

Why is there no uptime for Cognitive Substrate?
Cognitive Substrate runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-cognitive-substrate was installed 686 times last week.
How do I connect Cognitive Substrate?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-cognitive-substrate straight from pypi; nothing to host, nothing to sign up for.
How many people use Cognitive Substrate?
The pypi package mcp-cognitive-substrate was installed 686 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cognitive Substrate open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.