lambdamoo-mcp

kruton/lambdamoo-mcp
★ 0 stars TypeScript AI/LLM Updated today
MCP server that assists coding agents with LambdaMOO programming
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": {
    "lambdamoo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kruton/lambdamoo-mcp"
      ]
    }
  }
}

README Excerpt

This repository provides an MCP server that assists coding agents with LambdaMOO programming. It builds an offline-first LanceDB index from a LambdaMOO core database; database extraction and LLM description generation are developer operations, while CI validates checked-in inputs, computes deterministic local embeddings where needed, and packages the server and index.