Skip to main content
Glama
jameshgrn

firepass-mcp

by jameshgrn

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FIREPASS_MODELNoModel IDaccounts/fireworks/routers/kimi-k2p6-turbo
FIREPASS_MAX_READNoMax chars per file read100000
FIREWORKS_API_KEYYesFireworks AI API key
FIREPASS_MAX_OUTPUTNoMax chars per tool result50000
FIREPASS_BASH_TIMEOUTNoShell command timeout (seconds)60

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
firepass_workerA

Run a coding task with FirePass worker (Kimi K2.6 Turbo + tool loop).

The worker can read/write/edit files, run bash, search with ripgrep/ast-grep/jq, and iterate autonomously until done.

Args: prompt: The coding task. cwd: Working directory to sandbox file access to. context: Optional file contents, errors, or specs to pre-load. max_iterations: Max tool-call rounds (default 60).

firepass_researcherA

Run a research task with FirePass researcher (Kimi K2.6 Turbo + read-only tool loop).

The researcher can read files, search with ripgrep/ast-grep/jq/glob, and iterate autonomously. No file writes or shell commands.

Args: prompt: Research question or analysis task. cwd: Working directory to sandbox file access to. context: Optional file contents, docs, or code to pre-load. max_iterations: Max tool-call rounds (default 60).

firepass_reviewerA

Run a code review with FirePass reviewer (Kimi K2.6 Turbo + read-only tool loop).

The reviewer can read files, search with ripgrep/ast-grep/jq/glob, and iterate autonomously. No file writes or shell commands. Returns structured review: blocking issues, suggestions, and what's done well.

Args: prompt: What to review — files, a diff, a PR description, or a specific concern. cwd: Working directory to sandbox file access to. context: Optional diff, file contents, or PR description to pre-load. max_iterations: Max tool-call rounds (default 60).

firepass_trioA

Run a full FirePass trio: research → implement → review → (fix loop).

Args: prompt: The coding task. cwd: Working directory to sandbox file access to. context: Optional file contents, errors, or specs to pre-load. max_iterations: Max tool-call rounds per sub-agent (default 60). max_review_rounds: Max worker+reviewer fix rounds (default 2).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jameshgrn/firepass-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server