MCP Server
NeuroDock Cognitive Graph MCP Server
io.github.tlennon-ie/neurodock-mcp-cognitive-graph
What is the NeuroDock Cognitive Graph MCP server?
A local typed-edge graph of people, projects, and decisions that externalises memory.
How to install NeuroDock Cognitive Graph
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"neurodock-mcp-cognitive-graph": {
"command": "uvx",
"args": [
"neurodock-mcp-cognitive-graph"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"neurodock-mcp-cognitive-graph": {
"command": "uvx",
"args": [
"neurodock-mcp-cognitive-graph"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"neurodock-mcp-cognitive-graph": {
"command": "uvx",
"args": [
"neurodock-mcp-cognitive-graph"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"neurodock-mcp-cognitive-graph": {
"type": "stdio",
"command": "uvx",
"args": [
"neurodock-mcp-cognitive-graph"
]
}
}
}Claude Code
claude mcp add neurodock-mcp-cognitive-graph -- uvx neurodock-mcp-cognitive-graphRelated MCP servers
Externalises time-of-day, session boundaries, and break prompts for time-blind users.
View repository →Advisory detectors for rumination, hyperfocus, and sycophancy. Never silently blocks.
View repository →Decompose a vague goal into atomic 5-90 minute tasks and surface the next safe action.
View repository →Decode subtext, tone, and ambiguity in messages; rewrite outgoing replies; brief meetings.
View repository →Hosted NeuroDock — stateless communication and planning tools over OAuth-secured Streamable HTTP.
View repository →