mn-mcp-server

glaforge/mn-mcp-server
★ 0 stars Java Browser/Web Updated 8d ago
Simple MCP server implementation, using the HTTP Streamable transport, implemented with Micronaut and its MCP module
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": {
    "mn-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "glaforge/mn-mcp-server"
      ]
    }
  }
}