We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kpeacocke/souschef'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python-generated files
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# mypy
.mypy_cache/
# pytest
.pytest_cache/
.coverage
coverage.xml
coverage.json
htmlcov/
# Mutation testing
.mutmut-cache
mutants/
# Snyk
requirements.txt
# Hypothesis
.hypothesis/
# ruff
.ruff_cache/
# Ruby LSP
.ruby-lsp/
# Virtualenv
.venv/
venv/
ENV/
# VS Code
.vscode/*
!.vscode/mcp.json
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# Dev Container
.devcontainer/*
!.devcontainer/devcontainer.json
!.devcontainer/post-create.sh
!.devcontainer/post-start.sh
!.devcontainer/Dockerfile
# macOS
.DS_Store
# Windows
Thumbs.db
# Virtual environments
.venv
# Snyk Security Extension - AI Rules (auto-generated)
.github/instructions/snyk_rules.instructions.md
# CodeQL Security Scanning
# Ignore databases and build artifacts, but commit config and reports
.codeql/databases/
.codeql/queries/**
!.codeql/queries/.gitkeep
.codeql-db/
codeql-db/
python-db/
codeql-results/
# Ignore downloaded CodeQL pack modules (created by `codeql pack install`)
**/codeql_modules/
# Note: .codeql/config/, .codeql/reports/, and specific .sarif files are committed
# See .codeql/.gitignore for details
# GitHub Security Scanning Exports
code_scanning_alerts*.json
# GitHub Security Scanning Exports
code_scanning_alerts*.json
# MkDocs
site/
# Log files
*.log
# Environment files (but keep examples)
.env
!.env.example
.env.devcontainer
!.env.devcontainer.example
# Test artifacts
tests/integration/fixtures/*.tar.gz
tests/integration/fixtures/*.zip
tests/integration/fixtures/*.tar.bz2
tests/integration/fixtures/*.tar.xz
# Accidental mock path output
MagicMock/
# Docker Compose persistent storage
data/