sekrd-mcp

sekrdcom/sekrd-mcp
★ 0 stars Python 🔒 Security Updated today
MCP server for Sekrd — use security scanning from Cursor, Claude Code, and other AI IDEs
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sekrd-mcp": {
      "command": "uvx",
      "args": [
        "sekrd-mcp"
      ]
    }
  }
}

Or install with pip: pip install sekrd-mcp

README Excerpt

MCP server for [Sekrd](https://sekrd.com) — deep security audit for AI-built apps. Run security scans directly from Cursor, Claude Code, and other AI IDEs. ```bash pip install sekrd-mcp ``` Or clone and run directly: ```bash git clone https://github.com/sekrdcom/sekrd-mcp.git cd sekrd-mcp pip install httpx