# Smithery configuration file: https://smithery.ai/docs/build/project-config
runtime: "container"
build:
dockerfile: "Dockerfile"
dockerBuildPath: "."
startCommand:
type: "http"
configSchema:
# No user-configurable options are needed for this server at the moment.
type: "object"
properties: {}
exampleConfig: {}
# Use environment variables to configure the container at runtime.
# We set the transport to "http" for the Smithery.ai environment.
env:
BLOCKSCOUT_MCP_TRANSPORT: "http"
# The PORT variable is set by the Smithery.ai platform at runtime.
# It is included here for awareness. The value '8081' is arbitrary.
# PORT: 8081
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/blockscout/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server