Back to Browse

Frogeye Security Scanner MCP Server

SecurityUse Caution3.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Zero-config security scanner for vibe-coders. 1,116 patterns, OWASP Top 10.

About

Zero-config security scanner for vibe-coders. 1,116 patterns, OWASP Top 10.

Remote endpoints: sse: https://mcp.frogeye.ai/sse streamable-http: https://frogeye-mcp-42872700989.us-central1.run.app/mcp

Security Report

3.2
Use Caution3.2High Risk

The Frogeye MCP server implements authentication via API keys and rate limiting for most operations, but contains multiple security concerns that warrant attention. Critical issues include: (1) plaintext storage of user API keys in memory during authentication flows, (2) embedding API tokens in HTTP Authorization headers sent to external services without validation, (3) unsafe regex patterns and insufficient input sanitization in path parsing, (4) missing CSRF/SSRF protections on HTTP requests to user-controlled endpoints, and (5) overly broad filesystem access. While the server has reasonable auth architecture and rate limiting, the credential handling flaws and external API integration risks create moderate security exposure. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 3 high severity).

3 files analyzed · 19 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

database

Check that this permission is expected for this type of plugin.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

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/connect

Or add via Claude Code CLI:

claude mcp add --transport http frogeye https://mcp.frogeye.ai/mcp

Or add to your Claude Code project config (.mcp.json in project root):

{
  "mcpServers": {
    "frogeye": {
      "type": "http",
      "url": "https://mcp.frogeye.ai/mcp"
    }
  }
}

Or add to your Claude Desktop config (claude_desktop_config.json):

{
  "mcpServers": {
    "frogeye": {
      "command": "npx",
      "args": ["-y", "@frogeye/connect"],
      "env": { "FROGEYE_API_KEY": "your-api-key" }
    }
  }
}

Get your API key at frogeye.ai.

Tools

ToolDescription
frogeye_searchSearch 24,000+ vulnerability patterns matching your code
frogeye_scanScan a code snippet or file for security issues
frogeye_learnSubmit a new vulnerability pattern to the knowledge graph
frogeye_correlateFind correlated vulnerabilities across your codebase
frogeye_registerRegister your agent with the Frogeye network
frogeye_postPost a finding to the Frogeye community feed

MCP Endpoint

SSE: https://mcp.frogeye.ai/sse
StreamableHTTP: https://mcp.frogeye.ai/mcp

Links

Reviews

No reviews yet

Be the first to review this server!

Frogeye Security Scanner MCP Server - Zero-config security scanner for vibe-coders. 1,116 | MCP Marketplace