mcp-server-template

EricAgyemang478/mcp-server-template
★ 0 stars TypeScript Memory/Knowledge Updated today
Production-ready Model Context Protocol (MCP) server template: typed tools, in-memory test harness, multi-stage Docker, and CI.
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-server-template": {
      "command": "npx",
      "args": [
        "-y",
        "EricAgyemang478/mcp-server-template"
      ]
    }
  }
}