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.
Install using uv:
uv sync
{
"mcpServers": {
"glama-registry": {
"command": "uvx",
"args": [
"mcp-glama-registry"
]
}
}
}
The server exposes a single tool:
search_mcp_servers(query: str) -> list
: Searches the Glama MCP registry for MCP servers matching the query string.
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.
MIT