From schrute
Local stdio MCP server 'schrute' running Node.js (node dist/index.js serve --no-daemon). Purpose and capabilities unclear from configuration alone.
npx claudepluginhub sheeki03/schruteAdd to your .mcp.json:
{
"mcpServers": {
"schrute": {
"command": "node",
"args": [
"dist/index.js",
"serve",
"--no-daemon"
]
}
}
}node${CLAUDE_PLUGIN_ROOT}