From spec-workflow-mcp-with-dashboard
spec-workflow MCP server runs locally as a stdio subprocess via npx. Provides capabilities related to specification workflows based on key name. Purpose otherwise unclear from configuration.
npx claudepluginhub pimzino/spec-workflow-mcp --plugin spec-workflow-mcp-with-dashboardAdd to your .mcp.json:
{
"mcpServers": {
"spec-workflow": {
"command": "npx",
"args": [
"-y",
"@pimzino/spec-workflow-mcp@latest",
"."
]
}
}
}npx