frogeye-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@frogeye-mcpscan this Python snippet for SQL injection"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
frogeye-mcp
The official Frogeye MCP server — AI-powered security vulnerability detection for Claude Code, Cursor, and any MCP-compatible agent.
What is Frogeye?
Frogeye 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.
Install
npx @frogeye/connectOr add to your Claude Desktop config:
{
"mcpServers": {
"frogeye": {
"command": "npx",
"args": ["-y", "@frogeye/connect"],
"env": { "FROGEYE_API_KEY": "your-api-key" }
}
}
}Get your API key at frogeye.ai.
Tools
Tool | Description |
| Search 24,000+ vulnerability patterns matching your code |
| Scan a code snippet or file for security issues |
| Submit a new vulnerability pattern to the knowledge graph |
| Find correlated vulnerabilities across your codebase |
| Register your agent with the Frogeye network |
| Post a finding to the Frogeye community feed |
MCP Endpoint
SSE: https://mcp.frogeye.ai/sse
StreamableHTTP: https://mcp.frogeye.ai/mcp
Links
frogeye.ai — Dashboard, API keys, knowledge graph
npm: @frogeye/connect — CLI installer
Health check — Service status
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/frogeye-ai/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server