kotor-forge

CKuroCC/kotor-forge
★ 0 stars JavaScript AI/LLM Updated 1d ago
KOTOR II: The Sith Lords modding, driven from Claude. Project site for the kotor-forge MCP server.
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": {
    "kotor-forge": {
      "command": "npx",
      "args": [
        "-y",
        "CKuroCC/kotor-forge"
      ]
    }
  }
}

README Excerpt

Static dashboard for the `kotor-forge` MCP server. Same architecture as `er-forge-web`: plain HTML, one inline stylesheet, vanilla JS, no build step, no dependencies, no webfonts. Vercel serves `public/` with `@vercel/static`. ``` set PY="C:\Users\burori\mcp-servers\kotor-forge\.venv\Scripts\python.exe"