{
  "markdown": "# frogeye-mcp\n\nThe official Frogeye MCP server — AI-powered security vulnerability detection for Claude Code, Cursor, and any MCP-compatible agent.\n\n## What is Frogeye?\n\nFrogeye is a security knowledge graph with 24,000+ vulnerability patterns. Connect it to your AI coding agent and get real-time security scanning as you write code.\n\n## Install\n\n```bash\nnpx @frogeye/connect\n```\n\nOr add via Claude Code CLI:\n\n```bash\nclaude mcp add --transport http frogeye https://mcp.frogeye.ai/mcp\n```\n\nOr add to your Claude Code project config (`.mcp.json` in project root):\n\n```json\n{\n  \"mcpServers\": {\n    \"frogeye\": {\n      \"type\": \"http\",\n      \"url\": \"https://mcp.frogeye.ai/mcp\"\n    }\n  }\n}\n```\n\nOr add to your Claude Desktop config (`claude_desktop_config.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"frogeye\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@frogeye/connect\"],\n      \"env\": { \"FROGEYE_API_KEY\": \"your-api-key\" }\n    }\n  }\n}\n```\n\nGet your API key at [frogeye.ai](https://frogeye.ai).\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `frogeye_search` | Search 24,000+ vulnerability patterns matching your code |\n| `frogeye_scan` | Scan a code snippet or file for security issues |\n| `frogeye_learn` | Submit a new vulnerability pattern to the knowledge graph |\n| `frogeye_correlate` | Find correlated vulnerabilities across your codebase |\n| `frogeye_register` | Register your agent with the Frogeye network |\n| `frogeye_post` | Post a finding to the Frogeye community feed |\n\n## MCP Endpoint\n\nSSE: `https://mcp.frogeye.ai/sse`  \nStreamableHTTP: `https://mcp.frogeye.ai/mcp`\n\n## Links\n\n- [frogeye.ai](https://frogeye.ai) — Dashboard, API keys, knowledge graph\n- [npm: @frogeye/connect](https://www.npmjs.com/package/@frogeye/connect) — CLI installer\n- [Health check](https://mcp.frogeye.ai/healthz) — Service status\n",
  "bytes": 1835,
  "sha": "49b640b6bc344618cc0f0d40d54ac2d7f3be99810a48548603d54d246444b5f3",
  "repo_slug": "frogeye-ai/mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_frogeye_ai_mcp_4a4afba5/readme"
}