Skip to content

meetmatt/glama-mcp-registry-mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

MCP Server for the Glama MCP Server Registry

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages