Skip to main content
Glama

Basic MCP Server

by gurdasnijor
config-schema.json530 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Hello Server Configuration", "description": "Configuration schema for the Hello MCP Server", "type": "object", "properties": { "debug": { "type": "boolean", "description": "Enable debug logging for troubleshooting and development", "default": false, "examples": [true, false] } }, "required": [], "additionalProperties": false, "examples": [ { "debug": false }, { "debug": true } ] }

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/gurdasnijor/my-smithery-app'

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