Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"ivoryos-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# IvoryOS MCP server  [](https://opensource.org/licenses/MIT) Serve as a robot control interface using [IvoryOS](https://gitlab.com/heingroup/ivoryos) and Model Context Protocol (MCP) to design, manage workflows, and interact with the current hardware/software execution layer. ## 🚀 Quickstart with [Claude Desktop](https://claude.ai/download) Install [uv](https://docs.astral.sh/uv/). Open up the configuration file, and add IvoryOS MCP config. * macOS: ~/Library/Application Support/Claude/claude_desktop_config.json * Windows: %APPDATA%\Claude\claude_desktop_config.json ```json { "mcpServers": { "IvoryOS MCP": { "command": "uvx", "args": [ "ivoryos-mcp" ], "env": { "IVORYOS_URL": "http://127.0.0.1:8000/ivoryos", "IVORYOS_USERNAME": "<IVORYOS_USERNAME>", "IVORYOS_PASSWORD": "<IVORYOS_PASSWORD>" } } } } ``` ## 📦 Installation Install [uv](https://docs.astral.sh/uv/). ### 1. Clone the Repository ```bash git clone https://gitlab.com/heingroup/ivoryos-mpc cd ivoryos-mcp ``` ### 2. Install dependencies When using IDE (e.g. PyCharm), the `uv` environment might be configured, you can skip this section. ```bash python -m venv .venv source .venv/bin/activate # On Windows: .venv\Scripts\activate uv pip install -r uv.lock ``` ## ⚙️ Configuration Option 1: in `.env`, change ivoryOS url and login credentials. ``` IVORYOS_URL=http://127.0.0.1:8000/ivoryos IVORYOS_USERNAME=admin IVORYOS_PASSWORD=admin ``` Option 2: In `ivoryos_mcp/server.py`, change ivoryOS url and login credentials. ```python url = "http://127.0.0.1:8000/ivoryos" login_data = { "username": "admin", "password": "admin", } ``` ## 🚀 Install the server (in [Claude Desktop](https://claude.ai/download)) ```bash mcp install ivoryos_mcp/server.py ``` ## ✨ Features | **Category** | **Feature** …
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.