Second Brain MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SECOND_BRAIN_DB | No | Override the path to the SQLite database file. | ~/.second-brain/brain.db |
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
| 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 |
|---|---|
| rememberA | Add a YouTube video or podcast episode to the second brain. Pass a YouTube URL, or a podcast RSS feed URL (optionally with an
|
| recallA | Search everything ever watched or listened to. Full-text (BM25) search across all indexed transcripts. Returns the most relevant passages with timestamps and deep links so the exact moment can be replayed. Use this to answer questions like "what did that video say about X?" — then answer from the returned passages, citing timestamps. |
| libraryC | List everything stored in the second brain, newest first. |
| transcriptA | Read the raw transcript of one item (by id, URL, or title fragment). Optionally slice by |
| digestA | Summarize what was added to the brain in the last N days. |
| forgetA | Permanently delete an item (by id, URL, or title fragment). Requires explicit user confirmation via the MRTR elicitation flow — nothing is deleted until the user approves. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| brain_stats | Live statistics about the second brain. |
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/ravishu5/second-brain-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server