We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/maximdx/tesseract-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Git
.git
.gitignore
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.pytest_cache/
# Virtual Environments
venv/
env/
ENV/
.venv/
.env/
# Development and IDE files
.idea/
.vscode/
*.swp
*.swo
# Build artifacts
*.egg-info/
dist/
build/
# Local data and logs
*.log
data/
logs/