Skip to main content
Glama

MCP-dev

by dekstop
run.sh385 B
#/bin/zsh #dir=$(cd -P -- "$(dirname -- "$0")" && printf '%s\n' "$(pwd -P)") dir=$(cd -L -- "$(dirname -- "$0")" && printf '%s\n' "$(pwd -L)") timestamp=`date +%s` sandbox_dir="${dir}/Sandbox/${timestamp}" mkdir -p "${sandbox_dir}" > /dev/null 2>&1 source "${dir}/.venv/bin/activate" pushd "${sandbox_dir}" python "${dir}/src/server.py" --sandbox "${sandbox_dir}" popd deactivate

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/dekstop/MCP-dev'

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