We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sitebay/sitebay-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Smithery configuration file: https://smithery.ai/docs/build/project-config
startCommand:
type: stdio
configSchema:
type: object
required:
- apiKey
properties:
apiKey:
type: string
title: SiteBay API Token
description: Your SiteBay API token from https://my.sitebay.org
commandFunction:
|-
(config) => ({
command: 'npx',
args: ['-y', 'mcp-remote', 'https://sitebay-mcp.sitebay.workers.dev/mcp?apiKey=' + config.apiKey],
env: {}
})