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

Available Tools

6 tools
deleteV01ServersServerNameVersionsVersionTry in Inspector

Delete specific MCP server version (Optional) - Delete a specific version of an MCP server from the registry.

Note: This endpoint is optional for registry implementations and is not implemented by the official MCP registry. It is included in the specification to standardize the deletion mechanism for registry implementations that choose to support it.

Authentication mechanism is registry-specific and may vary between implementations.

ParametersJSON Schema
NameRequiredDescriptionDefault
versionYes
serverNameYes
x-hapi-auth-stateNo
getV01ServersTry in Inspector

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

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
cursorNo
searchNo
versionNo
updated_sinceNo
x-hapi-auth-stateNo
getV01ServersServerNameVersionsTry in Inspector

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
x-hapi-auth-stateNo
getV01ServersServerNameVersionsVersionTry in Inspector

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
x-hapi-auth-stateNo
postV01PublishTry in Inspector

Publish MCP server (Optional) - Publish a new MCP server to the registry or update an existing one.

Note: This endpoint is optional for registry implementations. Read-only registries may not provide this functionality.

Authentication mechanism is registry-specific and may vary between implementations.

ParametersJSON Schema
NameRequiredDescriptionDefault
undefinedBodyYesSchema for a static representation of an MCP server. Used in various contexts related to discovery, installation, and configuration.
x-hapi-auth-stateNo
putV01ServersServerNameVersionsVersionTry in Inspector

Update specific MCP server version (Optional) - Update a specific version of an MCP server in the registry.

Note: This endpoint is optional for registry implementations and is not implemented by the official MCP registry. It is included in the specification to standardize the update mechanism for registry implementations that choose to support it.

Authentication mechanism is registry-specific and may vary between implementations.

ParametersJSON Schema
NameRequiredDescriptionDefault
versionYes
serverNameYes
undefinedBodyYesSchema for a static representation of an MCP server. Used in various contexts related to discovery, installation, and configuration.
x-hapi-auth-stateNo

FAQ

How do I claim this server?

To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:

{ "$schema": "https://glama.ai/mcp/schemas/connector.json", "maintainers": [ { "email": "your-email@example.com" } ] }

The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.

What are the benefits of claiming a server?
  • Control your server's listing on Glama, including description and metadata
  • Receive usage reports showing how your server is being used
  • Get monitoring and health status updates for your server
Try in Browser

Your Connectors

Sign in to create a connector for this server.