fast-mcp-scala

TJC-LP/fast-mcp-scala
★ 23 stars Scala Other Updated 4d ago
A quick and easy way to deploy MCP servers using Scala
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": {
    "fast-mcp-scala": {
      "command": "npx",
      "args": [
        "-y",
        "TJC-LP/fast-mcp-scala"
      ]
    }
  }
}