We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fozagtx/SolanaAiTerminal'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
runtime: "container"
build:
dockerfile: "Dockerfile" # Path to your Dockerfile
dockerBuildPath: "." # Docker build context
# Environment variables (set AGENT_SECRET_KEY via Smithery dashboard for security)
env:
ENVIRONMENT: "TESTNET"
USE_STREAMABLE_HTTP: "true"
PORT: "3000"
HOST: "0.0.0.0"
# AGENT_SECRET_KEY: Set this via Smithery dashboard as a secret variable
startCommand:
type: "http"