PluginBench
MCP Server

NeuroDock (hosted) MCP Server

io.github.tlennon-ie/neurodock-remote

What is the NeuroDock (hosted) MCP server?

Hosted NeuroDock — stateless communication and planning tools over OAuth-secured Streamable HTTP.

How to install NeuroDock (hosted)

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "neurodock-remote": {
      "url": "https://mcp.neurodock.org/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "neurodock-remote": {
      "serverUrl": "https://mcp.neurodock.org/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "neurodock-remote": {
      "type": "http",
      "url": "https://mcp.neurodock.org/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "neurodock-remote": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.neurodock.org/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http neurodock-remote https://mcp.neurodock.org/mcp

Related MCP servers

Externalises time-of-day, session boundaries, and break prompts for time-blind users.

View repository →

A local typed-edge graph of people, projects, and decisions that externalises memory.

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 →