MCP server for Predictika Configurator
Project description
Predictika Configurator MCP
An MCP (Model Context Protocol) server for validating Predictika models and launching Predictika Configurator servers on the Predictika platform.
Installation
Install the server using one of the following methods.
pipx (Recommended)
pipx install predictika-configurator-mcp
uv
uv tool install predictika-configurator-mcp
Configuration
The server uses the following environment variables.
Required
| Variable | Description |
|---|---|
PREDICTIKA_API_KEY |
Predictika API key used for authentication. |
Example:
export PREDICTIKA_API_KEY=<your-api-key>
Optional
| Variable | Default | Description |
|---|---|---|
PREDICTIKA_API_BASE_URL |
https://partner.predictika.com/validator |
Override the Predictika validator endpoint. |
PREDICTIKA_MCP_LOG_FILE |
Logging disabled | Write server logs to the specified file. |
PREDICTIKA_MCP_LOG_LEVEL |
INFO |
Logging level. |
MCP Client Setup
Claude Code
claude mcp add predictika-configurator \
--env PREDICTIKA_API_KEY="$PREDICTIKA_API_KEY" \
-- predictika-configurator-mcp
Codex CLI
codex mcp add predictika-configurator \
--env PREDICTIKA_API_KEY="$PREDICTIKA_API_KEY" \
-- predictika-configurator-mcp
If you are using a custom Predictika server, also pass PREDICTIKA_API_BASE_URL when adding the MCP server.
Updating
To upgrade to the latest released version:
pipx
pipx upgrade predictika-configurator-mcp
uv
uv tool upgrade predictika-configurator-mcp
Tools
The server exposes the following MCP tools:
validate_predictika_model— Validates a Predictika model.launch_predictika_configurator— Launches a Predictika Configurator server for a Predictika project.
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 pdtk_cfg_mcp-0.1.0.tar.gz.
File metadata
- Download URL: pdtk_cfg_mcp-0.1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b15aa029f0614878dc459c9eed29fff8aba35036805d4f12aaab8f6cb17d5efa
|
|
| MD5 |
6c4c75ad41a596b5c880d7c55cf43ec7
|
|
| BLAKE2b-256 |
6f8d8df2e04d2248201b7cd0d01c2a17916e55a80ccfc8c763cd62dadd236571
|
File details
Details for the file pdtk_cfg_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pdtk_cfg_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e375594ca2a3008afe8fcaf37228454411ec0f260f24d9cc962fe45528162eb
|
|
| MD5 |
d0ff9638a196bc12a54215a0e79c6706
|
|
| BLAKE2b-256 |
e3ce656ea31e771b45b1e3e6268a33087233440bd5a549298a202aeac07c2e7d
|