Skip to main content
Glama
devcontainer.json853 B
{ "name": "meeting-scheduler-mcp", "image": "ghcr.io/sebatec-eu/python-devcontainer:1", "features": { "ghcr.io/devcontainers/features/python:1": { "version": "os-provided", "toolsToInstall": "ruff,isort,pytest" } }, "customizations": { "vscode": { "settings": { "python.defaultInterpreterPath": "${containerWorkspaceFolder}/.venv/bin/python", "editor.codeActionsOnSave": { "source.organizeImports": "explicit" }, "[python]": { "editor.formatOnSave": true, "editor.defaultFormatter": "charliermarsh.ruff" } }, "extensions": ["redhat.vscode-yaml", "charliermarsh.ruff"] } }, "runArgs": ["--userns=keep-id"], "containerUser": "vscode", "postCreateCommand": "uv pip install -e \".[dev]\" && uv tool install mistral-vibe" }

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/seb-schulz/meeting-scheduler-mcp'

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