Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CONTEXT_MCP_DATANoData directory path~/.context-mcp

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
context_addA

Add new context entry to the knowledge base. Use this to remember important decisions, patterns, or information about the project. The entry will be automatically categorized and compressed for efficient retrieval.

context_getA

Get the current project context optimized for token efficiency. Returns a hierarchical view:

  • CORE: Critical decisions and patterns (always included, ~500 tokens)

  • ACTIVE: Current work context (included if relevant, ~2000 tokens)

  • ARCHIVE: Available via context_search for details

Use this at the start of conversations to understand the project.

context_searchA

Search for specific context in the knowledge base. Use when you need detailed information about a specific topic. Searches across all levels including archived context.

context_updateC

Update an existing context entry

context_deleteB

Delete a context entry

context_relateB

Create a relationship between two context entries for better navigation

context_statsB

Get statistics about the context database

context_focusA

Set the current work focus. This optimizes which context is loaded. Call this when switching between different areas of the project.

context_summarizeA

Generate a compressed summary of recent context. Useful for creating checkpoints or when context is getting too large.

Prompts

Interactive templates invoked by user choice

NameDescription
project_startInitialize context at the start of a conversation
remember_decisionTemplate for recording an architectural decision

Resources

Contextual data attached and managed by the client

NameDescription
Core ContextCompressed core context (~500 tokens) - always safe to load
Active ContextCurrent work context (~2000 tokens)
Context StatisticsDatabase statistics and usage

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/vshavlidze/context-mcp'

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