Skip to main content
Glama

MCP Registry Server

Server Details

Publish and discover MCP servers via the official MCP Registry. Powered by HAPI MCP server.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
modelcontextprotocol/registry
GitHub Stars
6,314

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 3.7/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: listing all servers, listing versions for a specific server, and getting details for a specific server version. The hierarchical structure (servers → server → version) eliminates any ambiguity, making it easy for an agent to select the right tool based on the required granularity.

Naming Consistency5/5

All tool names follow a consistent pattern: they start with 'getV01Servers' and use a hierarchical path structure (e.g., 'ServerNameVersions', 'ServerNameVersionsVersion'). This reflects a RESTful API design with clear, predictable naming that matches the resource hierarchy, making it easy to infer functionality from the name alone.

Tool Count5/5

With 3 tools, the server is well-scoped for its purpose of querying an MCP registry. It covers the essential operations: listing servers, listing versions, and getting version details. This count is appropriate as it provides complete coverage without unnecessary complexity, fitting typical registry use cases efficiently.

Completeness5/5

The tool set offers complete coverage for querying an MCP registry, with no obvious gaps. It supports listing all servers, drilling down to versions for a specific server, and retrieving detailed information for a specific version (including the latest). This covers the full lifecycle of registry lookup operations without dead ends.

Available Tools

3 tools
getV01ServersList MCP servers
Read-only
Inspect

List MCP servers - Returns a list of all registered MCP servers

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
cursorNo
searchNo
versionNo
updated_sinceNo
getV01ServersServerNameVersionsList all versions of an MCP server
Read-only
Inspect

List all versions of an MCP server - Returns all available versions for a specific MCP server, ordered by publication date (newest first)

ParametersJSON Schema
NameRequiredDescriptionDefault
serverNameYes
getV01ServersServerNameVersionsVersionGet specific MCP server version
Read-only
Inspect

Get specific MCP server version - Returns detailed information about a specific version of an MCP server. Use the special version latest to get the latest version.

ParametersJSON Schema
NameRequiredDescriptionDefault
versionYes
serverNameYes

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.