Skip to main content
Glama

magg_search_servers

Search for active MCP servers by query to dynamically extend LLM capabilities, enabling integration and configuration of new tool servers.

Instructions

Search for MCP servers online.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results to return per search source
queryYesSearch query for MCP servers

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 5, "description": "Maximum number of results to return per search source", "title": "Limit", "type": "integer" }, "query": { "description": "Search query for MCP servers", "title": "Query", "type": "string" } }, "required": [ "query" ], "type": "object" }

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/sitbon/magg'

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