fisk-ai

choria-io/fisk-ai
★ 0 stars Go AI/LLM Updated today
Fisk AI Agent Harness and 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": {
    "fisk-ai": {
      "command": "go",
      "args": [
        "run",
        "github.com/choria-io/fisk-ai@latest"
      ]
    }
  }
}

README Excerpt

Fisk AI turns any [fisk](https://github.com/choria-io/fisk)-based command-line application into an LLM agent. It introspects the app’s command tree, exposes the allowed commands as tools, and runs an agent loop against the Anthropic API that calls those commands to satisfy a prompt. No glue code — if your CLI is built with Fisk, Fisk AI can turn it into a purpose-built agentic harness.