Skip to main content
Glama

MCP Server Chart

smithery.yaml1.09 kB
# Smithery.ai configuration runtime: "container" startCommand: type: "http" configSchema: type: "object" properties: apiKey: type: "string" description: "API key for chart generation service (optional, uses default service if not provided)" transport: type: "string" enum: ["stdio", "sse", "streamable"] default: "streamable" description: "Transport protocol for the MCP server" port: type: "integer" default: 1122 description: "Port number for HTTP transport" endpoint: type: "string" default: "/mcp" description: "Endpoint path for the MCP server" serviceId: type: "string" description: "Service identifier for chart generation records (optional)" disabledTools: type: "string" description: "Comma-separated list of tool names to disable (optional)" required: [] exampleConfig: apiKey: "sk-example123" transport: "streamable" port: 1122 endpoint: "/mcp" serviceId: "" disabledTools: ""

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/data-mindset/mcp-server-chart'

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