Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From spec-workflow
Runs locally as Uniswap spec-workflow MCP server via stdio. Auto-starts a dashboard for spec workflow management. No secrets or API keys required.
npx claudepluginhub uniswap/ai-toolkit --plugin spec-workflowCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"spec-workflow": {
"command": "npx",
"args": [
"-y",
"-p",
"@uniswap/spec-workflow-mcp@latest",
"spec-workflow-mcp",
"--AutoStartDashboard"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.