Content
# 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](https://glama.ai/mcp/servers) for additional information.
## Installation
Install using [uv](https://github.com/astral-sh/uv):
```sh
uv sync
```
## Usage
```json
{
"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:
```sh
uv sync --all-groups
```
Run tests with [pytest](https://pytest.org/):
```sh
uv run pytest
```
See `tests/test_acceptance.py` for an example of how to use the API in code.
## License
MIT
Connection Info
You Might Also Like
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Fetch
Retrieve and process content from web pages by converting HTML into markdown format.
Context 7
Context7 MCP provides up-to-date code documentation for any prompt.
zhtw-mcp
A linguistic linter for Traditional Chinese (zh-TW)
skyflo
Self-hosted AI Agent for Kubernetes & DevOps
memo
Memo MCP -- save and restore conversation across agents