Skip to main content
Glama
djibrilIbnSaid

MCP Registry Navigator

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_serversC

Search latest public MCP Registry server metadata.

get_serverA

Fetch one MCP Registry server metadata record.

compare_serversA

Compare package types, transports, and summaries for MCP servers.

validate_server_jsonA

Validate MCP Registry server.json metadata without publishing it.

generate_install_configB

Generate an MCP client configuration snippet for one server.

prepare_publish_checklistB

Return a publication readiness checklist for a server.json file.

Prompts

Interactive templates invoked by user choice

NameDescription
choose_mcp_serverHelp choose the best MCP server for a task.
audit_mcp_metadataAudit server.json metadata before publication.
prepare_mcp_releasePrepare a release checklist for a public MCP server.

Resources

Contextual data attached and managed by the client

NameDescription
latest_serversLatest MCP Registry server records.
cache_statusLocal registry cache status.

TDQS

A3.7/5.0

Scored across 6 tools

Disambiguation5/5

Each tool performs a distinct operation: search, fetch, compare, validate, generate config, and checklist. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (search_servers, get_server, compare_servers, validate_server_json, generate_install_config, prepare_publish_checklist), making them predictable and easy to parse.

Tool Count5/5

With 6 tools, the set is well-scoped for a registry navigator and pre-publish helper. Each tool covers a necessary step in browsing, validating, and preparing server configurations without excess.

Completeness4/5

The tool surface covers search, retrieval, comparison, validation, config generation, and publication readiness. A direct publish tool is missing, but that may be intentionally outside the 'navigator' scope, so the gap is minor.

Maintenance

ActivityMaintained
ResponsivenessNo issues