Skip to main content
Glama
DIP-RO
by DIP-RO

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CONTEXTMCP_DATA_DIRNoOverride the data directory path for storage location. By default, each project stores data in its own `.contextmcp/` directory.<project-root>/.contextmcp/

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
ctx_searchA

Search persistent project context for rules, decisions, conventions, and facts.

Use this BEFORE writing code to understand project patterns and avoid inconsistencies. Returns relevant memories within the specified token budget.

ctx_getB

Get a specific memory by its ID with full provenance.

ctx_saveA

Save a memory, decision, rule, or fact to persistent context.

Use this to store technical decisions, project rules, coding conventions, or any important context that should persist across AI coding sessions.

ctx_updateC

Update an existing memory. Only provided fields are changed.

ctx_deleteC

Delete a memory from persistent context.

ctx_projectA

Get current project information: name, language, framework, root, git status.

ctx_rulesA

Get all project rules and coding conventions.

ctx_decisionsA

Get all technical/architecture decisions with reasoning.

ctx_recentC

Get recent memories and latest session summary for continuity between sessions.

ctx_gitB

Get Git intelligence: recent commits, changed files, branches, TODOs/FIXMEs.

detail can be: summary, commits, files, todos

ctx_environmentA

Get environment intelligence: Python version, venv, dependencies, Docker, .env status.

ctx_diagnosticsA

Run environment diagnostics: missing env vars, config issues, health checks.

ctx_summaryA

Get a compact project context summary for handoff between sessions or agents.

Includes project info, key rules, recent decisions, environment status, and latest session.

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/DIP-RO/MCP_Package'

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