/glama/servers/search

POST /api/glama/servers/search

Price: 1 credit

Search Glama's directory of open-source MCP servers. Returns each server's namespace/slug id, name, description, attribute tags, tool count, recent usage, Glama's licence, security, maintenance and quality grades, and the source repository with its language, star count, licence, npm package and declared environment variables. Results can be narrowed by free text and by attribute tags.

How to use it

Omitting `query` browses the catalog, which is what you want when the filter is an attribute rather than a phrase; `attributes` values are the `lookup_key` strings /glama/attributes returns and several of them combine as AND. Whatever the filter, the source stops serving rows past 1000 for one query, so a broad search is a sample and not the full catalog — slice it with attributes to reach further, and `sort` reaches a different slice too since each ordering exposes a different part of the 1000-row window. `scores` mixes types on purpose: licence and security are 0-100 numbers, maintenance and quality are letter grades, and any of them can be null on a server Glama has not graded. Pass a returned `id` to /glama/servers.

Parameters

Request body

Response

Errors

Response headers