PluginBench
MCP Server

NeuroDock Chronometric MCP Server

io.github.tlennon-ie/neurodock-mcp-chronometric

What is the NeuroDock Chronometric MCP server?

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

How to install NeuroDock Chronometric

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-chronometric": {
      "command": "uvx",
      "args": [
        "neurodock-mcp-chronometric"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "neurodock-mcp-chronometric": {
      "command": "uvx",
      "args": [
        "neurodock-mcp-chronometric"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "neurodock-mcp-chronometric": {
      "command": "uvx",
      "args": [
        "neurodock-mcp-chronometric"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "neurodock-mcp-chronometric": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "neurodock-mcp-chronometric"
      ]
    }
  }
}
Claude Code
claude mcp add neurodock-mcp-chronometric -- uvx neurodock-mcp-chronometric

Related MCP servers

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 →

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

View repository →