Skip to main content
Glama

Basic MCP Server

by gurdasnijor
config.schema.json508 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Say Hello Server Configuration", "description": "Configuration options for the Say Hello MCP server", "type": "object", "properties": { "debug": { "type": "boolean", "default": false, "description": "Enable debug logging for troubleshooting and development. When enabled, tool outputs will include DEBUG: prefix.", "examples": [false, true] } }, "additionalProperties": false, "required": [] }

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/server-quality-harness'

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