MCP ExplorerExplorer

Glama Mcp Registry Mcp Server

@meetmatton 10 months ago
2 MIT
FreeCommunity
AI Systems
MCP Server for the Glama MCP Server Registry

Overview

What is Glama Mcp Registry Mcp Server

glama-mcp-registry-mcp-server is an MCP Server designed to provide a tool for searching the Glama MCP registry for MCP servers that match a specific query string.

Use cases

Use cases include searching for specific MCP servers in a large registry, integrating MCP server queries into applications, and testing MCP server functionalities during development.

How to use

To use glama-mcp-registry-mcp-server, install it using ‘uv sync’ and configure it by specifying ‘mcp-glama-registry’ in the command arguments. You can then utilize the API to search for MCP servers.

Key features

Key features include a simple API that allows users to search for MCP servers based on a query string, easy installation via ‘uv’, and support for development and testing.

Where to use

glama-mcp-registry-mcp-server can be used in various fields such as software development, cloud computing, and any environment where MCP servers need to be registered and queried.

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 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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers