Skip to main content
Glama
blueif16
by blueif16

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BRAIN_PATHYesPath to the directory containing code_failures knowledge base

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_past_bugsA

Search your code_failures knowledge base for bugs you've already solved. Query with error messages, symptoms, library names, or keywords. Currently indexing 8 documents.

USE THIS TOOL BEFORE debugging any integration issue — your past self may have already spent hours finding the fix.

search_referencesA

Search your code_failures knowledge base for canonical working patterns, version guides, and integration references.

USE THIS for questions like 'what's the correct CopilotKit + AG-UI setup?' or 'which versions are compatible?'

file_bugA

Save a newly discovered bug to the knowledge base. Call this AFTER solving a hard bug to capture the knowledge for future sessions. The file is written to code_failures/bugs/ and auto-indexed.

IMPORTANT: Show the user the generated content and get confirmation before calling.

file_referenceA

Save a reference document (canonical pattern, version guide, architecture notes) to the knowledge base. Use this for working integration patterns, version compatibility matrices, and architectural decisions.

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/blueif16/code-failures-mcp'

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