brain-fight-mcp
by rkny6
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BRAIN_FIGHT_VACUUM | No | SQLite VACUUM behavior: auto, on, or off (default: auto). | auto |
| BRAIN_FIGHT_DB_PATH | No | Override the default SQLite database path (default: ~/.brain-fight-mcp/state.sqlite3). | |
| BRAIN_FIGHT_HTTP_PORT | No | Port for the Streamable HTTP MCP endpoint (default: 8000). | 8000 |
| BRAIN_FIGHT_HTTP_TOKEN | No | Token for securing the Streamable HTTP MCP endpoint (Authorization: Bearer <token>). | |
| BRAIN_FIGHT_HISTORY_KEEP | No | Maximum number of finished conflicts to keep per session and domain (default: 50). | 50 |
| BRAIN_FIGHT_OUTCOME_KEEP | No | Maximum number of decision outcomes to keep per session and domain (default: 50). | 50 |
| BRAIN_FIGHT_RETENTION_DAYS | No | Number of days to keep completed active transcripts before deletion (default: 14). | 14 |
| BRAIN_FIGHT_OPEN_STALE_DAYS | No | Number of days an idle open debate can remain before being marked abandoned (default: 7). | 7 |
| BRAIN_FIGHT_VACUUM_MIN_DELETED | No | Minimum number of deleted rows to trigger VACUUM when VACUUM=auto (default: 25). | 25 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/rkny6/brain-fight-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server