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.
Sequential Thinking
A structured MCP server for dynamic problem-solving and reflective thinking.
Fetch
Retrieve and process content from web pages by converting HTML into markdown format.
context7-mcp
Context7 MCP Server provides natural language access to documentation for...
Context 7
Context7 MCP provides up-to-date code documentation for any prompt.
chrome-devtools-mcp
Chrome DevTools for coding agents