Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_AGENT_NAMENoOptional agent name header.
SERVICE_VERSIONNoOptional version override.
RAGMAP_API_BASE_URLNoOptional API base URL override.

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
rag_find_serversC

Search/filter RAG-related MCP servers from the RAGMap subregistry.

rag_top_serversC

Get top recommended retriever MCP servers with smart defaults.

rag_get_serverA

Fetch a server record by registry name (latest version). Use the exact name from the registry, e.g. io.github.khalidsaidi/ragmap for RAGMap.

rag_list_categoriesA

List all RAG categories known to RAGMap.

rag_explain_scoreB

Explain RAGMap scoring for a server. Use the registry server name, e.g. io.github.khalidsaidi/ragmap for RAGMap.

rag_get_install_configC

Get copy-ready Claude Desktop and generic MCP host config for a server.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: explaining scoring, searching servers, getting config, fetching server details, listing categories, and retrieving top servers. No overlap despite similar domains.

Naming Consistency5/5

All tools follow a consistent 'rag_<verb>_<noun>' pattern, making it easy to predict functionality. The naming is uniform and intuitive.

Tool Count5/5

6 tools is a well-scoped set for a registry service, covering essential operations without being excessive or insufficient.

Completeness5/5

The tool surface covers all typical registry use cases: search, browse, get details, get config, and top recommendations. No obvious gaps for a read-only consumer-facing registry.

Maintenance

ActivityMaintained
ResponsivenessUnresponsive