MCP Directory
Back

SecureMCP

by makalin · Go · ★ 140

SecureMCP is a security auditing tool designed to detect vulnerabilities and misconfigurations in applications using the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction). It proactively identifies threats like OAuth token leakage, prompt injection vulnerabilities, rogue MCP servers, and tool poisoning attacks.

#ai-security#cli-tool#cli-tools#golang#llm-security#mcp#oauth#prompt-injection#security-scanner

Install

go install github.com/makalin/SecureMCP@latest

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "securemcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:makalin/SecureMCP"
      ]
    }
  }
}

From the README

**SecureMCP** is a comprehensive security auditing tool designed to detect vulnerabilities and misconfigurations in applications using the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction). It proactively identifies threats like OAuth token leakage, prompt injection vulnerabilities, rogue MCP servers, and tool poisoning attacks. - AI Developers integrating MCP in applications - Security teams securing AI model interactions - DevSecOps engineers embedding MCP in CI/CD pipelines - Researchers studying AI model vulnerabilities - Security auditors assessing MCP implemen…
Read full README on GitHub →

Related ai & ml servers