squackit

teaguesterling/squackit
★ 1 stars Python 🤖 AI/LLM Updated today
Semi-QUalified Agent Wingman Kit — stateful intelligence + MCP server layer for fledgling-equipped agents
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": {
    "squackit": {
      "command": "uvx",
      "args": [
        "squackit"
      ]
    }
  }
}

Or install with pip: pip install squackit

README Excerpt

**Semi-QUalified Agent Companion Kit.** A code intelligence toolkit that works two ways: as an MCP server for AI agents, and as a CLI for humans. Built on [pluckit](https://github.com/teaguesterling/pluckit) (CSS selectors over ASTs) and [fledgling](https://github.com/teaguesterling/fledgling) (SQL macros over DuckDB).

Tools (1)

search