We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dlwjdtn535/mcp-bybit-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/deployments
startCommand:
type: stdio
configSchema:
type: object
required:
- bybitAccessKey
- bybitSecretKey
properties:
bybitAccessKey:
type: string
description: Bybit API access key.
bybitSecretKey:
type: string
description: Bybit API secret key.
commandFunction:
|-
config => ({command: 'mcp-bybit-server', args: [], env: { ACCESS_KEY: config.bybitAccessKey, SECRET_KEY: config.bybitSecretKey }})