mcp-servers

Karbelekedar/mcp-servers
★ 0 stars TypeScript 🔒 Security Updated 3d ago
Three MCP servers for Claude: pg-plan (Postgres query plans), signals (HN/Reddit/GH trending), vuln (npm/PyPI vulnerability scan)
View on GitHub → Try with Claude — $10 free →

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-servers": {
      "command": "npx",
      "args": [
        "-y",
        "Karbelekedar/mcp-servers"
      ]
    }
  }
}