brain-mcp
by yonidavidson
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AWS_REGION | No | AWS region for S3 storage. Defaults to us-east-1. | us-east-1 |
| STORAGE_URL | No | Storage backend URL (file, s3, or gcs scheme). Defaults to file://brain-memory.duckdb. | file://brain-memory.duckdb |
| OPENAI_MODEL | No | Model to use for consolidation. Defaults to gpt-5-mini. | gpt-5-mini |
| OPENAI_API_KEY | Yes | OpenAI API key required for memory consolidation. | |
| OPENAI_BASE_URL | No | OpenAI-compatible API endpoint. Defaults to https://api.openai.com/v1. | https://api.openai.com/v1 |
| AWS_ACCESS_KEY_ID | No | AWS access key for S3 storage. | |
| ENABLE_CONSOLIDATION | No | Enable or disable auto-consolidation. Defaults to true. | true |
| AWS_SECRET_ACCESS_KEY | No | AWS secret key for S3 storage. | |
| CONSOLIDATION_SCHEDULE | No | Cron schedule for consolidation. Defaults to 0 0 * * * (midnight daily). | 0 0 * * * |
| GOOGLE_APPLICATION_CREDENTIALS | No | Path to Google Cloud credentials JSON file for GCS storage. |
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
- 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/yonidavidson/brain-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server