Lmaobox_Context_Server

titaniummachine1/Lmaobox_Context_Server
★ 2 stars Go 🔌 API Integration Updated today
mcp server to give ai custom quirks about lmaobox api
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "lmaobox_context_serv": {
      "command": "go",
      "args": [
        "run",
        "github.com/titaniummachine1/Lmaobox_Context_Server@latest"
      ]
    }
  }
}

README Excerpt

MCP server for Lmaobox Lua context with generated type lookups, curated smart context files, and Lua tooling helpers. This repo now includes a Marketplace-ready VS Code extension wrapper in [vscode-extension](vscode-extension) and a GitHub runtime release workflow in [.github/workflows/release.yml](.github/workflows/release.yml).