Skip to main content
Glama
vuluu2k
by vuluu2k

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNodebug / info / warn / errorinfo
GITHUB_REPOYesTên repo chứa brain
CACHE_TTL_MSNoThời gian cache file reads (ms)30000
GITHUB_OWNERYesUsername hoặc org trên GitHub
GITHUB_TOKENYesGitHub Personal Access Token (quyền repo)
GITHUB_BRANCHNoBranch sử dụngmain
WRITE_RETRIESNoSố lần retry khi gặp SHA conflict3
BRAIN_BASE_PATHNoThư mục gốc trong repobrain

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
initBrainA

Initialize the brain repository structure. Creates all required folders and markdown files in a single commit. Only needs to be called once on a new/empty repo.

getTasksC

Get all tasks grouped by file (today + backlog). Returns tasks with id, text, status, tags, priority, dueDate.

getTodayTasksB

Get all tasks from today's task list

getBacklogB

Get all tasks from the backlog

addTaskB

Add a new task to today's list or the backlog

markTaskDoneB

Mark a task as complete. Provide either a taskId (from getTasks) or searchText to fuzzy-match the task.

getNotesC

Get notes from the ideas or learning section

addNoteC

Add a note to the ideas or learning section

getGoalsC

Get goals from short-term or long-term sections

getInboxB

Get all items from the inbox/capture list

saveToInboxC

Save a quick thought, idea, or item to the inbox for later processing

listTopicsA

List all knowledge topics. Returns topic names only (no content). Use this first to discover what knowledge exists before reading.

getKnowledgeA

Get all entries from a specific knowledge topic. Use listTopics first to see available topics.

addKnowledgeA

Add a new knowledge entry to a topic. Creates the topic if it doesn't exist. Use this to store facts, how-tos, decisions, or anything worth remembering.

searchKnowledgeC

Search across all knowledge topics by keyword. Returns matching entries with their topic, title, and content.

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/vuluu2k/knowledge_mcp'

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