Skip to main content
Glama
mise.toml755 B
[tools] node = "22" zig = "0.14.0" # high level tasks [tasks.prerelease] depends = ["build"] depends_post = ["test"] [tasks.build] run = [ "mix setup", "mix compile --no-optional-deps --warnings-as-errors", "npm i", "npm run build", ] [tasks.test] run = [ "mix test", "mix format --check-formatted", "mix deps --check-unused", "mix deps.unlock --all", "mix deps.get", "mix test", "mix test --only integration", "git checkout mix.lock", ] # low level tasks [tasks.mcp_inspect] run = "MCP_INSPECTOR=true npx @modelcontextprotocol/inspector node dist/index.js" [tasks.build_docker_smithery] run = "docker build -t smithery . -f Dockerfile" [tasks.start_mcp_server] run = "PORT=8080 node dist/index.js"

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/bradleygolden/hexdocs-mcp'

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