MCP server registry and marketplace - discover, install, activate tools on demand
claude mcp add agent-discover -- npx -y agent-discover
claude_desktop_config.json
{
"mcpServers": {
"agent-discover": {
"command": "npx",
"args": [
"-y",
"agent-discover"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"agent-discover": {
"command": "npx",
"args": [
"-y",
"agent-discover"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-discover": {
"command": "npx",
"args": [
"-y",
"agent-discover"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"agent-discover": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-discover"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agent-discover": {
"command": "npx",
"args": [
"-y",
"agent-discover"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.keshrath--agent-discover/reviews or the review_server meta-tool.
POST /mcp