Skip to main content
Glama

Glama MCP Server Search

search_mcp_servers

Search and explore MCP servers in the Glama directory using free text queries, with options to paginate results and retrieve specific server details.

Instructions

Search for MCP servers in the Glama directory using free text queries

Input Schema

NameRequiredDescriptionDefault
afterNoCursor for pagination to get results after this point
firstNoNumber of results to return (1-100, default: 10)
queryNoFree text search query (e.g., 'hacker news', 'database', 'weather')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "after": { "description": "Cursor for pagination to get results after this point", "type": "string" }, "first": { "default": 10, "description": "Number of results to return (1-100, default: 10)", "maximum": 100, "minimum": 1, "type": "number" }, "query": { "description": "Free text search query (e.g., 'hacker news', 'database', 'weather')", "type": "string" } }, "type": "object" }
Install Server

Other Tools from Glama MCP Server Search

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kongyo2/Glama-MCP-Server-Search'

If you have feedback or need assistance with the MCP directory API, please join our Discord server