KohalaDevkit

alokkohala/KohalaDevkit
★ 0 stars TypeScript AI/LLM Updated today
Build and run Kohala agents locally — CLI, emulator, and MCP memory 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": {
    "kohaladevkit": {
      "command": "npx",
      "args": [
        "-y",
        "alokkohala/KohalaDevkit"
      ]
    }
  }
}

README Excerpt

Build and run [Kohala](https://kohala.ai) agents **entirely on your own machine** — no account, no billing, no waitlist. When you want your agent hosted, `kohala deploy` pushes the exact same agent to the platform. ```bash npm install -g @kohala/devkit kohala init my-agent kohala run my-agent --local

Topics

ai-agentsclimcp