lolly-mcp-server

lolly-tools/lolly-mcp-server
★ 0 stars TypeScript API Integration Updated 6d ago
lolly.sh: MCP Server - submodule
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": {
    "lolly-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "lolly-tools/lolly-mcp-server"
      ]
    }
  }
}

README Excerpt

Extracted from the [`lolly`](https://github.com/lolly-tools/lolly) monorepo and consumed there as a git submodule at `services/mcp/`. Builds **within the monorepo** — depends on sibling workspace packages (`@lolly/engine`) / relative paths that only exist in that layout.