Skip to content
Cursor

NeuroDock Guardrail for Cursor

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

Advisory detectors for rumination, hyperfocus, and sycophancy. Never silently blocks.

client:Cursor transport:stdio runtime:pypi

Install NeuroDock Guardrail in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "neurodock-mcp-guardrail": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "neurodock-mcp-guardrail"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

NeuroDock Guardrail in other clients