Stats
Actions
Tags
From spec-workflow
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.
Copy 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
npx claudepluginhub uniswap/ai-toolkit --plugin spec-workflow