Stats
Actions
Tags
From schrute
Local stdio MCP server 'schrute' running Node.js (node dist/index.js serve --no-daemon). Purpose and capabilities unclear from configuration alone.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"schrute": {
"command": "node",
"args": [
"dist/index.js",
"serve",
"--no-daemon"
]
}
}
}Server configuration and connection parameters
node${CLAUDE_PLUGIN_ROOT}Command-line arguments passed to the server process
npx claudepluginhub sheeki03/schrute