We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/luquimbo/tability-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
smithery.yaml•476 B
# Smithery configuration for Tability MCP Server
# https://smithery.ai/docs/build/project-config/smithery.yaml
runtime: "typescript"
startCommand:
type: "http"
configSchema:
type: "object"
properties:
apiToken:
type: "string"
description: "Your Tability API token. Get it from Settings > API in your Tability workspace."
required:
- apiToken
exampleConfig:
apiToken: "your-tability-api-token"
env:
NODE_ENV: "production"