MCP server for exposing conductor endpoints.
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":"dst-conductor-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.
<!-- Copyright 2025 Orkes Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> # oss-conductor-mcp Model Context Protocol server for Conductor. This package is used to run an MCP server that is capable of interacting with a Conductor instance. It provides tools for the basic operations that may be needed by an MCP client for Workflow creation, execution, and analysis. # PyPi Quickstart ## Install package ```commandline pip install conductor-mcp ``` ## Create a JSON config with your Conductor keys ```json { "CONDUCTOR_SERVER_URL": "https://developer.orkescloud.com/api", "CONDUCTOR_AUTH_KEY": "<YOUR_APPLICATION_AUTH_KEY>", "CONDUCTOR_AUTH_SECRET": "<YOUR_APPLICATION_SECRET_KEY>" } ``` > Note: the `/api` path is required as part of the CONDUCTOR_SERVER_URL for most applications ## Plug the server into an AI Agent, such as Claude or Cursor ```json { "mcpServers": { "conductor": { "command": "conductor-mcp", "args": [ "--config", "<ABSOLUTE PATH TO A JSON CONFIG FILE>" ] } } } ``` You should now be able to interact with Conductor via your AI Agent. ### Adding to Claude You can find instructions for adding to Claude [here](https://modelcontextprotocol.io/quickstart/user#2-add-the-filesystem-mcp-server). In general, you just add the `mcpServers` config (above) to your Claude config (or create it if it doesn't exist). For instance, on Mac it might be `~/Library/Application\ Support/Claude/claude_desktop_config.json`. ### Adding to Cursor The main Cu…
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.