Odel
basedagents

basedagents

Local
@maxfainTypeScriptApache-2.0Updated 6 days ago

Search, verify, and manage AI agents on the BasedAgents identity and reputation registry.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@basedagents/mcpv0.3.1

Run

npx -y @basedagents/mcp

MCP client config

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