Skip to main content
Glama
maschmann

mcp-context-memory

by maschmann

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
index_projectA

Scans the directory, respects .gitignore, and performs AST-based decomposition to index class definitions, methods, and structural HTML/CSS into 'code_semantics'.

Args: path: The absolute or relative path of the directory to index. Defaults to current directory.

remember_decisionB

Allows the LLM to save manual architectural notes or 'Why' something was built a certain way.

Args: topic: A short topic or category name for this decision. context: The detailed reasoning, architectural decision, or context.

search_contextA

A unified search that looks through both code structures (AST nodes) and past project decisions.

Args: query: The search query to find relevant context.

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

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