custom-mcp-server

MohitKapoor19/custom-mcp-server
★ 0 stars Python 🗄️ Database Updated 5d ago
PostgreSQL MCP server for Claude.ai custom connectors
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": {
    "custom-mcp-server": {
      "command": "uvx",
      "args": [
        "custom-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install custom-mcp-server