firepass-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FIREPASS_MODEL | No | Model ID | accounts/fireworks/routers/kimi-k2p6-turbo |
| FIREPASS_MAX_READ | No | Max chars per file read | 100000 |
| FIREWORKS_API_KEY | Yes | Fireworks AI API key | |
| FIREPASS_MAX_OUTPUT | No | Max chars per tool result | 50000 |
| FIREPASS_BASH_TIMEOUT | No | Shell command timeout (seconds) | 60 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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