MCP server for connecting to CodeMie Assistants API
Project description
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 assistantconversation_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.
Using uv (recommended)
When using uv no specific installation is needed. We will
use uvx to directly run codemie-mcp-assistants.
uvx codemie-mcp-assistants
Using Poetry
Alternatively you can install via Poetry:
poetry install codemie-mcp-assistants
After installation, you can run it as a script using:
poetry run codemie-mcp-assistants
Configuration
Configure for Claude.app
Add to your Claude settings:
Using uvx
"mcpServers": {
"codemie": {
"command": "uvx",
"args": ["codemie-mcp-assistants"],
"env": {
"CODEMIE_ASSISTANT_ID": "your-assistant-id"
"CODEMIE_USERNAME": "your-username",
"CODEMIE_PASSWORD": "your-password"
}
}
}
Using poetry installation
"mcpServers": {
"codemie": {
"command": "poetry",
"args": ["run", "codemie-mcp-assistants"],
"env": {
"CODEMIE_ASSISTANT_ID": "your-assistant-id"
"CODEMIE_USERNAME": "your-username",
"CODEMIE_PASSWORD": "your-password"
}
}
}
Environment Variables
CODEMIE_ASSISTANT_ID: "AI/Run CodeMie assistant UID"
The following environment variables are required for authentication:
CODEMIE_USERNAME: Your CodeMie usernameCODEMIE_PASSWORD: Your CodeMie password
Optional configuration:
CODEMIE_AUTH_CLIENT_ID: Auth client ID (default: "codemie-sdk")CODEMIE_AUTH_REALM_NAME: Auth realm name (default: "codemie-prod")
Build
Make build:
make build
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file codemie_mcp_assistants-0.1.149.tar.gz.
File metadata
- Download URL: codemie_mcp_assistants-0.1.149.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f5cf70c5853b590367686ecc67d8f5c3527bd964ab73d5b471df0bb5bd6c7b0
|
|
| MD5 |
e86e7fad698662f2b0a00492f69d668a
|
|
| BLAKE2b-256 |
0e0e712801eb0f1255aa625ba9108c38c5934426c4a04cbeb4271c04b2e720b3
|
File details
Details for the file codemie_mcp_assistants-0.1.149-py3-none-any.whl.
File metadata
- Download URL: codemie_mcp_assistants-0.1.149-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
447bc2dac7032f1b98a76f5fbb1224b24d70805bfcbcb8c5c9cef0d34d3ee7dc
|
|
| MD5 |
b10bd81bde49d10baf4952bcf2460d43
|
|
| BLAKE2b-256 |
931e77b5d7b07d5060539c00009af3b586194bf876ffd72a4a030ee394e1aa6b
|