Skip to main content
Glama
devcontainer.json1.85 kB
{ "name": "AskDocs MCP Server", "build": { "dockerfile": "Dockerfile", "context": ".." }, "customizations": { "vscode": { "extensions": [ "ms-python.python", "ms-python.vscode-pylance", "charliermarsh.ruff", "ms-python.debugpy", "ms-azuretools.vscode-containers", "tamasfe.even-better-toml" ], "settings": { "python.defaultInterpreterPath": "${containerWorkspaceFolder}/.venv/bin/python", "python.languageServer": "Pylance", "[python]": { "editor.defaultFormatter": "charliermarsh.ruff", "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll": "explicit", "source.organizeImports": "explicit" } }, "ruff.lint.enable": true, "ruff.format.enable": true, "files.watcherExclude": { "**/.git/objects/**": true, "**/.git/subtree-cache/**": true, "**/node_modules/*/**": true, "**/__pycache__/**": true, "**/.pytest_cache/**": true, "**/chroma_db/**": true } } } }, "forwardPorts": [], "postCreateCommand": "uv sync", "remoteUser": "vscode", "features": { "ghcr.io/devcontainers/features/git:1": {} }, "mounts": [ "source=${localWorkspaceFolder}/.devcontainer/bashrc,target=/home/vscode/.bashrc,type=bind,consistency=bind" ], "runArgs": [ "--name", "askdocs-mcp-dev", "--network=host" ] }

Latest Blog Posts

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/dymk/askdocs-mcp'

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