Skip to main content
Glama

Remote MCP Server

MIT License
40
  • Linux
  • Apple
devcontainer.json957 B
{ "name": "Functions Quickstarts Codespace", "dockerFile": "Dockerfile", "features": { "azure-cli": "latest" }, "customizations": { "vscode": { "extensions": [ "ms-azuretools.vscode-bicep", "ms-azuretools.vscode-docker", "ms-azuretools.vscode-azurefunctions", "GitHub.copilot", "humao.rest-client" ] } }, "mounts": [ // Mount docker-in-docker library volume "source=codespaces-linux-var-lib-docker,target=/var/lib/docker,type=volume" ], // Always run image-defined docker-init.sh to enable docker-in-docker "overrideCommand": false, "remoteUser": "codespace", "runArgs": [ // Enable ptrace-based debugging for Go in container "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined", // Enable docker-in-docker configuration "--init", "--privileged" ] }

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/Azure-Samples/remote-mcp-functions-typescript'

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