Skip to main content
Glama
Artur0927
by Artur0927

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BRAIN_VAULTNoPath to the markdown vault./vault
BRAIN_EMBED_URLNoURL of the embedding servicehttp://127.0.0.1:8091/embed
BRAIN_AGENT_LOGSNoPath to agent logs./agentlogs
BRAIN_COLLECTIONNoName of the Qdrant collectionbrain
BRAIN_QDRANT_HOSTNoQdrant host127.0.0.1
BRAIN_QDRANT_PORTNoQdrant port6333
BRAIN_DASHBOARD_PORTNoPort for the dashboard UI8090

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
brain_grepB

Exact/regex search via ripgrep. Returns file:line:match.

brain_searchB

Dense + BM25 prefetch, RRF fusion. Optional path_prefix narrows scope.

brain_readA

Read a vault file by relative path.

brain_batch_readA

Read up to 5 vault files in one call.

brain_listB

List files in the vault with depth and pattern limits.

brain_statsA

Collection size, disk usage, embed service health, .md count.

brain_writeA

Create or overwrite a vault file. Auto-reindexes.

brain_appendB

Append to a vault file. Auto-reindexes.

brain_logC

Timestamped daily log entry (YYYY-MM-DD.md). Auto-reindexes.

brain_lessonB

Persist a reusable lesson under knowledge/agent-lessons/. Auto-reindexes.

brain_task_claimC

Atomically claim a task for parallel agent coordination.

brain_task_releaseA

Release a task claim if you own it.

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

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