Stats
Actions
Tags
From sidequest
Local MCP server that runs a Node.js script named 'sidequest-mcp', likely providing board or task management functionality. No external API keys are required from the configuration.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"board": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/bin/sidequest-mcp.js"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
First indexed Jul 18, 2026
First indexed Jul 18, 2026
npx claudepluginhub eigenwise/eigenwise-toolshed --plugin sidequest