agent q for Windsurf
io.github.stelis-dev/agent-q
Local MCP server for requesting signatures from Agent-Q Firmware.
client:Windsurf
transport:stdio
runtime:npm
Install agent q in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"agent-q": {
"command": "npx",
"args": [
"-y",
"@stelis/agent-q"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs