Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From soloboard
SoloBoard MCP server runs locally as a Node.js subprocess for personal task tracking. Provides task management capabilities in the project directory specified by SOLOBOARD_PROJECT_ROOT. No API keys required.
npx claudepluginhub egorfedorov/soloboard --plugin soloboardCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"soloboard": {
"command": "node",
"args": [
"dist/mcp-server/index.js"
],
"env": {
"SOLOBOARD_PROJECT_ROOT": "${workspaceFolder}"
}
}
}
}Server configuration and connection parameters
node.Command-line arguments passed to the server process
Environment variables set when the server starts
SOLOBOARD_PROJECT_ROOT=${workspaceFolder}Share bugs, ideas, or general feedback.