mcp-server-cookbook

jt-mchorse/mcp-server-cookbook
★ 0 stars Unknown language 🔒 Security Updated today
Four production-pattern MCP servers (Postgres read-only, FS sandbox, API-with-auth, internal-tools bridge) with security notes and example clients.
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": {
    "mcp-server-cookbook": {
      "command": "npx",
      "args": [
        "-y",
        "jt-mchorse/mcp-server-cookbook"
      ]
    }
  }
}