We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kcbabo/everything-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
publish.sh•295 B
#!/bin/sh
# note that we'll need to build separately on newer versions of arctl past 0.0.8
cd ..
arctl mcp publish everything-server --docker-url docker.io/kcbabo --github https://github.com/kcbabo/everything-server --push --version 2.0.2 --platform linux/amd64,linux/arm64
cd everything-server