We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/skymoore/grokipedia-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
runtime: "container"
build:
dockerfile: "Dockerfile.smithery"
dockerBuildPath: "."
startCommand:
type: http
configSchema:
type: "object"
properties:
host:
type: "string"
title: "Host"
description: "Host for the server to bind to"
default: "0.0.0.0"
port:
type: "number"
title: "Port Number"
description: "Port to run the server on"
minimum: 80
maximum: 9999
default: 8888
exampleConfig:
host: "0.0.0.0"
port: 8888