Skip to content
Cursor

AgentBadge for Cursor

io.github.spreadzp/agentbadge

AgentBadge MCP — agent-readiness scan, passport, discovery and marketplace tools

client:Cursor transport:stdio runtime:npm

Install AgentBadge in Cursor

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

{
  "mcpServers": {
    "agentbadge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agentbadge/mcp"
      ]
    }
  }
}

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

AgentBadge in other clients