Chronulus AI

Chronulus AI

Predict anything with Chronulus AI forecasting and prediction agents.

103
Stars
19
Forks
0
Releases

Overview

Chronulus MCP server enables running Chronulus AI forecasting and prediction agents inside Claude. The repository provides a ready-to-use MCP server named chronulus-agents that runs the chronulus_mcp Python module with an API key required via CHRONULUS_API_KEY. The README guides quickstart installation for Claude Desktop (macOS and Windows), including pip releases, installing from GitHub, Docker, and uvx deployment options. The MCP server is configured in Claude's claude_desktop_config.json under the mcpServers section, where command, args, and environment variables are specified. Example configuration shows using python -m chronulus_mcp with CHRONULUS_API_KEY, or running a container named chronulus-mcp with Docker. The documentation also demonstrates how to pair Chronulus with additional third-party MCP servers such as filesystem and fetch. It notes common spawn ENOENT errors that can be resolved by using absolute paths to Python or uvx executables. This MCP server works alongside Claude Settings and supports integration with other MCP servers for expanded workflows.

Details

Owner
ChronulusAI
Language
Python
License
MIT License
Updated
2025-12-07

Features

Runs Chronulus MCP server

Executes the Chronulus MCP module to run forecasting and prediction agents as an MCP server.

Multiple installation options

Supports installation from PyPI, GitHub, Docker, and uvx for flexible deployment.

Claude Desktop integration

Configured via claude_desktop_config.json to connect Claude to Chronulus.

Environment authentication

Requires CHRONULUS_API_KEY for authenticating with the Chronulus API.

Error handling guidance

Provides guidance for spawn ENOENT errors by using absolute paths for Python/UVX.

Third-party server integration

Demonstrates running additional MCP servers like filesystem and fetch alongside Chronulus.

Audience

DevelopersConfigure Chronulus MCP to run forecasting agents within Claude Desktop.
Data ScientistsIntegrate forecasting and prediction workflows into Claude-powered conversations for interactive results.
DevOpsDeploy and manage Chronulus MCP across environments using PyPI, Docker, or UVX.

Tags

ChronulusMCPClaudeForecastingPredictionAI agentsPythonDockeruvxFilesystemFetchClaude Desktop