mcp-server-template

AINative-Studio/mcp-server-template
★ 0 stars JavaScript 🧠 Memory/Knowledge Updated 1d ago
TypeScript starter template for building MCP servers with ZeroDB memory
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",
        "AINative-Studio/mcp-server-template"
      ]
    }
  }
}