Skip to main content
Glama

ComfyUI MCP Server

.gitignore•1.11 kB
# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # IDEs .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Testing .coverage .pytest_cache/ .tox/ .nox/ htmlcov/ .coverage.* coverage.xml *.cover .hypothesis/ # Documentation docs/_build/ docs/build/ .sphinx-build/ # Jupyter .ipynb_checkpoints # Environment variables .env .env.local .env.*.local # Logs *.log logs/ # Temporary files *.tmp *.temp tmp/ temp/ # Project specific - planning and development docs RESEARCH.md todo.md planning/ notes/ scratch/ # Project specific - test outputs and debug files test_outputs/ outputs/ debug_*.json debug_*.dsl workflows/test_* # Project specific - MCP test files mcp/test_*.py mcp/debug_*.py # Sensitive data *.key *.pem *.crt *.p12 config.json secrets.json .secrets api_keys.txt # ComfyUI specific models/ output/ input/ custom_nodes/

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/christian-byrne/comfy-mcp'

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