MCP Server
NeuroDock Guardrail MCP Server
io.github.tlennon-ie/neurodock-mcp-guardrail
What is the NeuroDock Guardrail MCP server?
Advisory detectors for rumination, hyperfocus, and sycophancy. Never silently blocks.
How to install NeuroDock Guardrail
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-guardrail": {
"command": "uvx",
"args": [
"neurodock-mcp-guardrail"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"neurodock-mcp-guardrail": {
"command": "uvx",
"args": [
"neurodock-mcp-guardrail"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"neurodock-mcp-guardrail": {
"command": "uvx",
"args": [
"neurodock-mcp-guardrail"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"neurodock-mcp-guardrail": {
"type": "stdio",
"command": "uvx",
"args": [
"neurodock-mcp-guardrail"
]
}
}
}Claude Code
claude mcp add neurodock-mcp-guardrail -- uvx neurodock-mcp-guardrailRelated 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 →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 →