mcp-server-security-spec

tommy2118/mcp-server-security-spec
★ 0 stars Unknown language Security Updated 12d ago
An opinionated specification for building sound, safe, and secure MCP servers
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-security-": {
      "command": "npx",
      "args": [
        "-y",
        "tommy2118/mcp-server-security-spec"
      ]
    }
  }
}