Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
pathNoPath to the repository. If not provided, uses current working directory.

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_memoryA

Call when you need repository context relevant to a question or task. Returns matching memories grouped by architecture, files, dependencies, packages, repository, commits, and gaps.

list_gapsA

Call when you want to find known missing, risky, or incomplete parts of the repository. Returns all gap memories ordered by severity with their location.

get_gapA

Call when you need the full context for one known gap. Returns that gap and every memory it explicitly references.

get_relatedA

Call when you need context connected to a particular memory. Returns memories it references and memories that reference it.

get_architectureA

Call when you need a broad structural overview of the repository. Returns every architecture and repository memory.

get_timelineA

Call when you need repository history, releases, or recent change context. Returns commit, release, and timeline memories ordered newest first.

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/bristinWild/Reprox-mcp'

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