glama-mcp-registry-mcp-server

meetmatt/glama-mcp-registry-mcp-server

3.2

If you are the rightful owner of glama-mcp-registry-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The MCP Registry Server for Glama MCP is a tool designed to facilitate the search and discovery of MCP servers within the Glama MCP registry.

Tools
1
Resources
0
Prompts
0

MCP Registry Server for Glama MCP

This package provides an MCP server that exposes a tool to search the Glama MCP registry for MCP servers matching a query string.
See Glama.ai MCP Registry for additional information.

Installation

Install using uv:

uv sync

Usage

{
  "mcpServers": {
    "glama-registry": {
      "command": "uvx",
      "args": [
        "mcp-glama-registry"
      ]
    }
  }
}

API

The server exposes a single tool:

  • search_mcp_servers(query: str) -> list: Searches the Glama MCP registry for MCP servers matching the query string.

Development & Testing

Install development dependencies:

uv sync --all-groups

Run tests with pytest:

uv run pytest

See tests/test_acceptance.py for an example of how to use the API in code.

License

MIT