Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEMORY_MCP_REPOSITORYYesPath to the root of the Git repository that stores memories. Must be an absolute path.

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
list_memoriesB

List files and directories below a repository-relative path.

read_memoryA

Read a UTF-8 text memory at a repository-relative path.

search_memoriesB

Search UTF-8 memory files for literal text, returning matching lines.

historyB

Return bounded Git commit history for the repository or a relative path.

diffA

Return tracked working-tree changes against HEAD and list untracked files.

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/credp/memory-mcp'

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