jameshgrn

5 mods across 1 repository, 2 stars between them.

firepass-researcher

01

jameshgrn/firepass-mcp

Skill Claude CodeCodex

Delegate research/analysis tasks to FirePass (Kimi K2.6 Turbo via Fireworks AI). The researcher has a read-only tool loop — it can read files, search with ripgrep/ast-grep/jq/glob, and iterate autonomously. No writes or shell commands. Use INSTEAD OF default Agent subagents for research work.

2 3mo ago A 79 tokens original MIT

firepass-reviewer

02

jameshgrn/firepass-mcp

Skill Claude CodeCodex

Delegate code review tasks to FirePass (Kimi K2.6 Turbo via Fireworks AI). The reviewer has a read-only tool loop and returns structured review output: blocking issues, suggestions, and what's done well. Use for code review, PR review, or architecture review.

2 3mo ago A 61 tokens original MIT

firepass-trio

03

jameshgrn/firepass-mcp

Skill Claude CodeCodex

Delegate full plan→implement→review work to FirePass (Kimi K2.6 Turbo via Fireworks AI). The trio runs researcher, then worker, then reviewer in one MCP call, with a bounded fix loop-back when the reviewer says NEEDS-FIXES. Use INSTEAD OF stitching the three single-role tools yourself.

2 3mo ago A 79 tokens original MIT

firepass-worker

04

jameshgrn/firepass-mcp

Skill Claude CodeCodex

Delegate coding/implementation tasks to FirePass (Kimi K2.6 Turbo via Fireworks AI). The worker has its own tool loop — it can read/write/edit files, run bash, search with ripgrep/ast-grep/jq, and iterate autonomously. Use INSTEAD OF default Agent subagents for coding work.

2 3mo ago A 74 tokens original MIT

firepass-mcp

05

jameshgrn/firepass-mcp

MCP server Claude CodeCodexCursor

MCP server that wraps Kimi K2.6 Turbo (Fireworks AI) as an agentic coding assistant with a full tool loop. Runs locally from the firepass-mcp Python package.

2 3mo ago A tokens not measured original MIT