Skip to main content
Glama
melvenac

Open Brain Knowledge MCP Server

by melvenac

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
kb_recallA

Search across all indexed sessions, stored knowledge, and session summaries. Returns ranked results. By default, results are scoped to the project you specify — always pass your current working directory as project for best results. Set global: true to search across all projects. Global knowledge (stored without a project) is always included regardless of scope.

kb_indexA

Index a specific session .db file into the persistent knowledge base. Supports incremental updates — if the session was already indexed but has new events, only the new data is processed.

kb_reindexA

Scan the sessions directory and index any new or updated session .db files. Incremental by default — only processes sessions with new events. Use force to rebuild everything.

kb_statsA

Show statistics about the persistent knowledge base — sessions, chunks, tags, stored knowledge, summaries, and disk usage.

kb_pruneA

Remove sessions older than their TTL (default 90 days). Returns count of pruned sessions.

kb_storeA

Store a piece of knowledge in the brain. Use for facts, notes, preferences, or anything worth remembering permanently. By default, knowledge is stored globally (available across all projects). Set scope to 'project' and pass your working directory as project_dir to scope it to a specific project.

kb_forgetC

Remove a piece of stored knowledge by ID or key.

kb_listA

List all manually stored knowledge entries. Pass your working directory as project to see only global + project-scoped entries.

kb_summarizeA

Returns session chunks for the calling agent to summarize. The agent should read the chunks, write a concise summary (3-8 sentences covering what was worked on, key decisions, errors resolved, files changed, and outcome), then call kb_store_summary to save it. No API key needed — YOU are the summarizer.

kb_store_summaryA

Store a session summary generated by the calling agent. Use this after kb_summarize returns session chunks and you have written a summary.

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/melvenac/open-brain-knowledge'

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