We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Stelath/manim-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# MCPB ignore file - excludes files from the .mcpb bundle
# Git
.git/
.gitignore
.github/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
*.egg
# Virtual environments
venv/
env/
ENV/
.venv/
# IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store
# Manim output (not needed in bundle)
media/
videos/
images/
tex/
partial_movie_files/
# Testing
.pytest_cache/
.coverage
.tox/
htmlcov/
# Build artifacts
*.mcpb
# Build and development files (not needed in bundle)
MCPB_BUILD.md
ICON_PLACEHOLDER.md
create_icon.py
build_mcpb.sh
build_mcpb.bat
install.sh
install.bat
QUICKSTART.md
# Development files
.env
.env.local
*.log
run_server.py