Skip to main content
Glama

MCPy

by magi8101
.gitignore592 B
# Python bytecode __pycache__/ *.py[cod] *$py.class # C extensions *.so *.dll *.pyd # Distribution / packaging dist/ build/ *.egg-info/ # Virtual environments venv/ env/ .env/ .venv/ # IDE files .idea/ .vscode/ *.sublime-* # Generated Cython files *.c *.cpp *.html # Minecraft server specific world/ logs/ *.log # Database files *.db *.sqlite *.sqlite3 # Temp files *.tmp *.bak .DS_Store # Compiled Python modules *.pyo # Test cache .pytest_cache/ .coverage htmlcov/ # Environment variables .env # Benchmark results benchmarks/results/ # VS Code workspace files *.code-workspace

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/magi8101/Mcpy'

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