firepass-mcp

jameshgrn/firepass-mcp
★ 1 stars Python 💻 Code/Dev Tools Updated today
MCP server that wraps Kimi K2.5 Turbo (Fireworks AI) as an agentic coding assistant with a full tool loop
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": {
    "firepass-mcp": {
      "command": "uvx",
      "args": [
        "firepass-mcp"
      ]
    }
  }
}

Or install with pip: pip install firepass-mcp

README Excerpt

MCP server that turns [Kimi K2.6 Turbo](https://fireworks.ai) into an agentic coding assistant. The model gets a tool loop — it can read/write files, run shell commands, and search code with ripgrep, ast-grep, jq, and glob — and iterates autonomously until the task is done. Four tools exposed over MCP:

Tools (9)

FIREPASS_BASH_TIMEOUTFIREPASS_MAX_OUTPUTFIREPASS_MAX_READFIREPASS_MODELFIREWORKS_API_KEYfirepass_researcherfirepass_reviewerfirepass_triofirepass_worker