-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
github-actions edited this page Jul 20, 2026
·
2 revisions
git clone https://github.com/danielgtmn/domain-mcp.git
cd domain-mcp
uv sync
uv run domain-mcpWith pip:
pip install -e .
domain-mcpIf you publish to PyPI later:
uvx domain-mcpUntil then, use a path install:
uv run --directory /path/to/domain-mcp domain-mcpImages are published to GitHub Container Registry on each GitHub Release:
docker pull ghcr.io/danielgtmn/domain-mcp:latest
# or pin a version from the release tag, e.g. v0.1.0 →
docker pull ghcr.io/danielgtmn/domain-mcp:0.1.0See Docker for tags and MCP wiring.
uv run python -c "
from domain_mcp.checker import DomainChecker
print(DomainChecker().check('example.com').to_dict())
"You should see status: registered for example.com.
domain-mcp
Links