We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BadRooBot/blacklotus_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
smithery.yaml•477 B
# Smithery configuration: https://smithery.ai/docs/build/project-config/smithery-yaml
runtime: "container"
startCommand:
type: "http"
# This server does not require any session configuration.
# If you add configuration later, define it here using JSON Schema.
configSchema:
type: object
properties: {}
required: []
build:
dockerfile: "Dockerfile"
dockerBuildPath: "."
# Optional environment variables for the container
env:
NODE_ENV: "production"