Skip to main content
Glama

ChainGPT MCP

smithery.yaml499 B
# Smithery configuration file: https://smithery.ai/docs/deployments startCommand: type: stdio configSchema: type: object properties: chaingptSecretKey: type: string description: The secret key for accessing the ChainGPT API. commandFunction: |- (config) => { const env = {} if (config.chaingptSecretKey) { env.CHAINGPT_SECRET_KEY = config.chaingptSecretKey } return { command: 'node', args: ['build/index.js'], env } }

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/mikeysrecipes/chaingpt-mcp'

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