PluginBench
MCP Server

io.github.stelis-dev/agent-q MCP Server

io.github.stelis-dev/agent-q

What is the io.github.stelis-dev/agent-q MCP server?

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

How to install io.github.stelis-dev/agent-q

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-q": {
      "command": "npx",
      "args": [
        "-y",
        "@stelis/agent-q"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agent-q": {
      "command": "npx",
      "args": [
        "-y",
        "@stelis/agent-q"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agent-q": {
      "command": "npx",
      "args": [
        "-y",
        "@stelis/agent-q"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agent-q": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@stelis/agent-q"
      ]
    }
  }
}
Claude Code
claude mcp add agent-q -- npx -y @stelis/agent-q

Related MCP servers

Local-first Sui DeFi evidence and review for AI clients before wallet signing.

View repository →