mcp-server-example

VhMuzini/mcp-server-example
★ 0 stars Java Memory/Knowledge Updated today
Exemplo simples de implementação de um MCP server (Model Context Protocol) em TypeScript/Node.js
View on GitHub → 🔍 Audit Wallet Slippage →

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",
        "VhMuzini/mcp-server-example"
      ]
    }
  }
}