NeuroDock Cognitive Graph MCP Server
Persistent entity memory for the NeuroDock substrate, exposed as an MCP server. Externalises the user's working memory of people, projects, decisions, and concepts so a hyperfocused or context-switched session does not start from zero. It runs locally over stdio via the published package.
People connecting memory tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
One of 6 MCP servers published from tlennon-ie/neurodock. Stars and repository activity are shared across all of them. See all 6 →
VERIFIED ACTIVE
LAST COMMIT 2026-08-17 · VERIFIED 2026-08-25
AGPL-3.0 · TypeScript servers · how we verify → /methodology
01 · Install NeuroDock Cognitive Graph
Claude Code
claude mcp add tlennon-ie-neurodock-packages-mcp-cognit -- uvx neurodock-mcp-cognitive-graph Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"tlennon-ie-neurodock-packages-mcp-cognit": {
"command": "uvx",
"args": [
"neurodock-mcp-cognitive-graph"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license AGPL-3.0 - declared in the repository
pypi package neurodock-mcp-cognitive-graph - check the name against the project README before installing (PyPI has no namespace ownership)
registry namespace io.github.tlennon-ie is GitHub-verified and matches the repo owner
03 · What NeuroDock Cognitive Graph can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
Latest releases
[email protected] · 2026-06-22
bump pydantic-settings from 2.14.1 to 2.14.2 in the uv group across 1 directory · chore(ci)(deps): bump actions/checkout from 6 to 7 · chore(deps)(deps): bump the npm-minor-patch group with 7 updates · bump undici from…
v0.10.2 · 2026-06-19
connect native host via nativemessaging permission + report real host version · native host connects on chromium browsers (drop firefox id from chrome manifest origins)
[email protected] · 2026-06-19
connect native host via nativemessaging permission + report real host version
04 · Who maintains NeuroDock Cognitive Graph
NeuroDock Cognitive Graph is maintained by tlennon-ie. We track 6 MCP servers from tlennon-ie - 6 actively maintained, 11 combined GitHub stars, oldest repo from May 2026. Full record: all servers from tlennon-ie.
- NeuroDock Guardrail Advisory detectors for rumination, hyperfocus, and sycophancy. Never silently blocks. ★ 11
- NeuroDock Translation Decode subtext, tone, and ambiguity in messages; rewrite outgoing replies; brief meetings. ★ 11
- NeuroDock Chronometric Externalises time-of-day, session boundaries, and break prompts for time-blind users. ★ 11
- NeuroDock Task Fractionator Decompose a vague goal into atomic 5-90 minute tasks and surface the next safe action. ★ 11
- NeuroDock (hosted) Hosted NeuroDock - stateless communication and planning tools over OAuth-secured Streamable HTTP. ★ 11
05 · Facts
- repository
- github.com/tlennon-ie/neurodock
- website
- https://neurodock.org/
- category
- memory - actively maintained as of 2026-08-25.
- registry
- io.github.tlennon-ie/neurodock-mcp-cognitive-graph (active, first published 2026-05-31 · 2 versions)
- packages
- pypi:neurodock-mcp-cognitive-graph
06 · NeuroDock Cognitive Graph FAQ
What is NeuroDock Cognitive Graph?
Persistent entity memory for the NeuroDock substrate, exposed as an MCP server. Externalises the user's working memory of people, projects, decisions, and concepts so a hyperfocused or context-switched session does not start from zero. It runs locally over stdio via the published package.
Is NeuroDock Cognitive Graph still maintained?
Yes - as of 2026-08-25, its last commit was 2026-08-17. We re-verify nightly.
How do I install NeuroDock Cognitive Graph?
Run `uvx neurodock-mcp-cognitive-graph`. You can also paste the ready-made client config above.
Does NeuroDock Cognitive Graph run locally?
Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to NeuroDock Cognitive Graph
Alternatives to NeuroDock Cognitive Graph
Maintained memory servers if NeuroDock Cognitive Graph isn't the fit.
- Codebase Memory Codebase knowledge graph for AI agents - 159 languages, sub-ms queries, 99% fewer tokens. ★ 40,198 · 2026-08-23
- Tradememory Protocol MCP memory for AI trading agents. Store trades, recall similar setups, track strategy performance. ★ 1,412 · 2026-08-11
- Superlog Open-source agent that observes and fixes your application. Query logs, traces, metrics, incidents. ★ 1,394 · 2026-08-23
- Persome Local-first personal memory and model server for trusted MCP agents on macOS. ★ 1,314 · 2026-08-21
- Neo4j Memory MCP Neo4j Knowledge Graph Memory Server ★ 979 · 2026-04-10
- Projectmem Local-first memory + judgment layer for AI coding agents - warns before repeating failed fixes. ★ 750 · 2026-08-06
Pairs well with
Servers that cover what NeuroDock Cognitive Graph doesn't - only shown when the pairing reason fits the companion.
More memory MCP servers · Mnemograph · Toolbelt · Tribal · Mindpm · Mif Tools
More TypeScript MCP servers · NeuroDock Guardrail · NeuroDock Task Fractionator · NeuroDock Translation · NeuroDock (hosted) · One Shot UI · see all