# Smithery configuration file: https://smithery.ai/docs/build/project-config/smithery-yaml
runtime: "typescript"
startCommand:
type: "http"
# JSON Schema defining the configuration options for the MCP.
configSchema:
TYPEBOT_API_URL:
description: "Full API URL for your Typebot instance including /api/v1 path (e.g., https://your-typebot-domain.com/api/v1)"
type: "string"
TYPEBOT_TOKEN:
description: "API token for Typebot"
type: "string"
TYPEBOT_WORKSPACE_ID:
description: "Default workspace ID for Typebot"
type: "string"
exampleConfig:
# Must include full URL with protocol and path to API v1
# Replace with your self-hosted or custom Typebot domain
TYPEBOT_API_URL: "https://your-typebot-domain.com/api/v1"
TYPEBOT_TOKEN: "your-api-token"
TYPEBOT_WORKSPACE_ID: "your-workspace-id"
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/typebot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server