recreation-mcp-server

adhocteam/recreation-mcp-server
★ 8 stars Go AI/LLM Updated 1d ago ⚠ Review
An MCP server in Go that enables LLMs to discover and learn about recreation opportunities
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": {
    "recreation-mcp-serve": {
      "command": "go",
      "args": [
        "run",
        "github.com/adhocteam/recreation-mcp-server@latest"
      ]
    }
  }
}