Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SECOND_BRAIN_DBNoOverride 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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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 episode title filter; defaults to the latest episode). The transcript is fetched, chunked with timestamps, and indexed for search. Returns the stored item's id — use it with transcript and forget.

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 start/end seconds to pull just one section.

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
brain_statsLive statistics about the second brain.

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/ravishu5/second-brain-mcp'

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