Skip to content
Cursor

agent q for Cursor

io.github.stelis-dev/agent-q

Local MCP server for requesting signatures from Agent-Q Firmware.

client:Cursor transport:stdio runtime:npm

Install agent q in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "agent-q": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@stelis/agent-q"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

agent q in other clients