Search 17,900+ open-source AI agents by capability, ranked by GitHub traction. Free, no key.
MCPpedia last refreshed this data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"beacon": {
"args": [
"-y",
"beacon-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
The search engine for AI agents — inside your agent.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'beacon-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked beacon-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Compact, efficient, and extensible long-term memory for LLM agents.
MCP Security Weekly
Get CVE alerts and security updates for io.github.enrichgateagent-png/beacon-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The search engine for AI agents — inside your agent.
Beacon indexes thousands of open-source AI agents from GitHub, ranked by real traction (stars, activity), searchable by capability. This MCP server puts that index inside Claude Desktop, Cursor, Cline, Windsurf, or any MCP client — so you can ask "find me an agent that does X" and get real, linkable results.
No API key. No payment. Just discovery.
| Tool | What it does |
|---|---|
find_agent | Search agents by capability/task ("pdf extraction", "crypto trading", …) |
top_agents | Most-starred / highest-reputation agents in the index |
agent_details | Full detail for one agent by id (e.g. elizaOS/eliza) |
Claude Desktop / Cline / Windsurf — add to your MCP config:
{
"mcpServers": {
"beacon": { "command": "npx", "args": ["-y", "beacon-mcp"] }
}
}
Cursor — Settings → MCP → add a stdio server: npx -y beacon-mcp.
That's it. Ask your agent: "Use beacon to find an agent that scrapes websites."
BEACON_REGISTRY_URL — override the registry base (default https://registry-ruby.vercel.app).MIT