Skip to main content
Glama
smithery.yaml810 B
# Smithery configuration file: https://smithery.ai/docs/config#smitheryyaml runtime: "container" build: dockerfile: "Dockerfile" dockerBuildPath: "." startCommand: type: "http" configSchema: # JSON Schema defining the configuration options for the MCP. type: object required: - infuraKey - walletPrivateKey properties: infuraKey: type: string description: Infura API key for RPC endpoints walletPrivateKey: type: string description: Private key of the wallet for executing swaps exampleConfig: infuraKey: abcd1234abcd1234abcd1234abcd1234 walletPrivateKey: "0x0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef" env: INFURA_KEY: "{{config.infuraKey}}" WALLET_PRIVATE_KEY: "{{config.walletPrivateKey}}"

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/catwhisperingninja/uniswap-trader-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server