Odel
mcp server

mcp server

Local
@middlebrickTypeScriptApache-2.0Updated 5mo ago

Scan APIs for OWASP Top 10, LLM, and GraphQL security vulnerabilities.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@middlebrick/mcp-serverv0.1.2

Run

npx -y @middlebrick/mcp-server

MCP client config

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@middlebrick/mcp-server"
      ]
    }
  }
}