We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/teknologika/Deckbuilder'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Core MCP server dependencies
fastmcp>=0.3.0
# PowerPoint manipulation
python-pptx>=1.0.0
# Environment configuration
python-dotenv>=1.0.0
# YAML parsing for frontmatter
pyyaml>=6.0.0
# PlaceKitten image processing dependencies
opencv-python>=4.8.0
Pillow>=10.0.0
numpy>=1.24.0
# CLI dependencies
click>=8.0.0
# Testing dependencies
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-mock>=3.10.0
pytest-xdist>=3.0.0
pytest-html>=3.0.0
# Standard library dependencies (included with Python)
# asyncio
# json
# os
# shutil
# collections.abc
# contextlib
# dataclasses