We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Franciskkang/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Smithery configuration file
# https://smithery.ai/docs/getting-started
build:
dockerfile: Dockerfile
startCommand:
type: http
configSchema:
type: object
properties:
hfToken:
type: string
description: "Hugging Face API token (required for image generation)"
required: []
configFunction: |
(config) => {
return {
hfToken: config.hfToken || ''
}
}