MCP server for connecting to CodeMie Assistants API
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":"codemie-mcp-assistants","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.
# CodeMie Assistants MCP Server Python server implementing Model Context Protocol (MCP) for CodeMie Assistants operations. ## Features - Chat with AI/Run CodeMie assistant Note: The server requires authentication credentials via environment variables. ## API ### Tools #### chat Chat with a specific AI assistant Inputs: - `message (string)`: Message to send to assistant - `conversation_id (string)`: Identifier of current conversation. It should be always passed if present in current communication thread. - `history (array, optional)`: Previous conversation messages in format: [{"role": "user|assistant", "message": "text"}] Returns generated assistant response as text ## Installation Ensure you have `Python 3.12` or later installed. **Important:** Before running the MCP server, you must configure the required environment variables (see [Environment Variables](#environment-variables) section below). ### Using uv (recommended) When using [`uv`](https://docs.astral.sh/uv/) no specific installation is needed. We will use [`uvx`](https://docs.astral.sh/uv/guides/tools/) to directly run *codemie-mcp-assistants*. ```bash uvx codemie-mcp-assistants ``` ### Using Poetry Alternatively you can install via Poetry: ```bash poetry install codemie-mcp-assistants ``` After installation, you can run it as a script using: ```bash poetry run codemie-mcp-assistants ``` ## Configuration ### Configure for Claude.app Add to your Claude settings: <details> <summary>Using uvx</summary> **Required variables:** ```json "mcpServers": { "codemie": { "command": "uvx", "args": ["codemie-mcp-assistants"], "env": { "CODEMIE_ASSISTANT_ID": "your-assistant-id", "CODEMIE_USERNAME": "your-username", "CODEMIE_PASSWORD": "your-password" } } } ``` **Optional variables (with defaults):** ```json "env": { "CODEMIE_API_DOMAIN": "https://codemie.lab.epam.com/code-assistant-api", "CODEMIE_AUTH_CLIENT_ID": "codemie-sdk", "CODEMIE_AUTH_SERVER_U…
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.