Odel
agent discover

agent discover

Local
@keshrath7TypeScriptMITUpdated 4mo ago

MCP server registry and marketplace - discover, install, activate tools on demand

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

npmagent-discoverv1.4.0

Run

npx -y agent-discover

MCP client config

{
  "mcpServers": {
    "agent-discover": {
      "command": "npx",
      "args": [
        "-y",
        "agent-discover"
      ]
    }
  }
}