PluginBench
MCP Server

io.github.keshrath/agent-discover MCP Server

io.github.keshrath/agent-discover

What is the io.github.keshrath/agent-discover MCP server?

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

How to install io.github.keshrath/agent-discover

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-discover": {
      "command": "npx",
      "args": [
        "-y",
        "agent-discover"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agent-discover": {
      "command": "npx",
      "args": [
        "-y",
        "agent-discover"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agent-discover": {
      "command": "npx",
      "args": [
        "-y",
        "agent-discover"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agent-discover": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agent-discover"
      ]
    }
  }
}
Claude Code
claude mcp add agent-discover -- npx -y agent-discover

Related MCP servers

Agent intercommunication - messaging, channels, shared state, and real-time events

View repository →

Cross-session memory for AI agents - knowledge graph, scoring, semantic search

View repository →

Pipeline task management for AI agents - stages, dependencies, artifacts, claiming

View repository →