mcp-server-example

El-Isi/mcp-server-example
★ 0 stars TypeScript 🗄️ Database Updated 4d ago
Production-ready MCP server in TypeScript with PostgreSQL, exposing tools, resources, and prompts for AI agents.
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-example": {
      "command": "npx",
      "args": [
        "-y",
        "El-Isi/mcp-server-example"
      ]
    }
  }
}