Odel
agentlookup mcp

agentlookup mcp

Local
@peurekaTypeScriptMITUpdated 6mo ago

Search, discover, and register AI agents in the public registry at agentlookup.dev.

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).

npmagentlookup-mcpv1.0.1

Run

npx -y agentlookup-mcp

MCP client config

{
  "mcpServers": {
    "agentlookup-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agentlookup-mcp"
      ]
    }
  }
}