MCP Server
NeuroDock Translation MCP Server
io.github.tlennon-ie/neurodock-mcp-translation
What is the NeuroDock Translation MCP server?
Decode subtext, tone, and ambiguity in messages; rewrite outgoing replies; brief meetings.
How to install NeuroDock Translation
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-translation": {
"command": "uvx",
"args": [
"neurodock-mcp-translation"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"neurodock-mcp-translation": {
"command": "uvx",
"args": [
"neurodock-mcp-translation"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"neurodock-mcp-translation": {
"command": "uvx",
"args": [
"neurodock-mcp-translation"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"neurodock-mcp-translation": {
"type": "stdio",
"command": "uvx",
"args": [
"neurodock-mcp-translation"
]
}
}
}Claude Code
claude mcp add neurodock-mcp-translation -- uvx neurodock-mcp-translationRelated 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 →Hosted NeuroDock — stateless communication and planning tools over OAuth-secured Streamable HTTP.
View repository →