Skip to main content
Glama
smithery.yaml858 B
# Smithery configuration file: https://smithery.ai/docs/build/project-config/smithery-yaml runtime: "typescript" startCommandType: "http" esbuildOptions: external: - "@modelcontextprotocol/sdk" - "@modelcontextprotocol/sdk/server/mcp.js" configSchema: properties: GHOST_ADMIN_API_KEY: description: "Ghost Admin API Key" type: "string" GHOST_API_URL: description: "Ghost API URL" type: "string" GHOST_API_VERSION: default: "v6.0" description: "Ghost API Version" type: "string" port: default: 8080 description: "HTTP server port" type: "number" required: - "GHOST_API_URL" - "GHOST_ADMIN_API_KEY" type: "object" exampleConfig: GHOST_ADMIN_API_KEY: "your-admin-api-key" GHOST_API_URL: "https://your-ghost-blog.com" GHOST_API_VERSION: "v6.0" port: 8080

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/hithereiamaliff/mcp-ghostcms'

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