Skip to main content
Glama

Glama MCP Server Search

get_mcp_server_details

Retrieve comprehensive details about an MCP server by specifying its namespace and slug, enabling precise server information lookup within the Glama MCP directory.

Instructions

Get detailed information about a specific MCP server by namespace and slug

Input Schema

NameRequiredDescriptionDefault
namespaceYesThe namespace/organization of the MCP server (e.g., 'microsoft', 'openai')
slugYesThe slug/name of the MCP server (e.g., 'playwright-mcp', 'gpt-mcp')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "namespace": { "description": "The namespace/organization of the MCP server (e.g., 'microsoft', 'openai')", "type": "string" }, "slug": { "description": "The slug/name of the MCP server (e.g., 'playwright-mcp', 'gpt-mcp')", "type": "string" } }, "required": [ "namespace", "slug" ], "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