brain
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| recallA | Search past Claude Code sessions (episodes), memory notes (memories), and per-session digests (summaries, written by the nightly reflect pass). Hybrid full-text + semantic search. scope:
"all" | "episodes" | "memories" | "summaries" ("all" spans all three).
Filters: project matches path segments of the session dir (e.g. "mobile"
=> ~/src/mobile); since/until are "YYYY-MM-DD" or "Nd" (N days ago), inclusive.
Returns compact hits: kind, id, date, project, snippet, session_id
(episodes and summaries) or name (memories), and a |
| get_episodeA | Fetch full stored text + metadata for one recall hit.
|
| rememberA | Persist a new memory: write memories/.md, commit, index — immediately recallable. fact: the durable fact (short markdown, first sentence becomes the description).
type: user|feedback|project|reference. name: optional kebab-slug filename.
session/project: provenance trailers ($CLAUDE_CODE_SESSION_ID from Bash env /
workspace dir); omitted when empty. If a near-duplicate memory exists it is
returned instead of writing; force=true writes anyway. On success returns a
stable |
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/sysangel/brain-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server