MCP.so
登录

MCP Server for Chronulus

@ChronulusAI

关于 MCP Server for Chronulus

MCP Server for Chronulus AI Forecasting and Prediction Agents

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

ChronulusAI

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "chronulus-mcp": {
      "command": "docker",
      "args": [
        "build",
        ".",
        "-t",
        "chronulus-mcp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Server for Chronulus?

MCP Server for Chronulus is a server that connects Claude desktop to Chronulus AI’s forecasting and prediction agents, allowing users to interact with these agents directly through Claude’s chat interface.

How to use MCP Server for Chronulus?

Install the server via pip install chronulus-mcp, Docker, or uvx chronulus-mcp. Add a configuration entry to your Claude Desktop config file (claude_desktop_config.json) with the CHRONULUS_API_KEY environment variable set. Optionally, pair it with other MCP servers like filesystem and fetch for expanded capabilities.

Key features of MCP Server for Chronulus

  • Chat with Chronulus AI forecasting and prediction agents.
  • Supports installation via pip, Docker, or uvx.
  • Requires a Chronulus API key for authentication.
  • Integrates with Claude Desktop on macOS and Windows.
  • Compatible with third‑party MCP servers (e.g., filesystem, fetch).
  • Provides forecast explanations when plotting outputs.

Use cases of MCP Server for Chronulus

  • Ask Chronulus agents to generate forecasts and predictions inside Claude.
  • Plot forecast outputs alongside agent‐provided explanations.
  • Combine Chronulus with file and web access tools for enriched analysis.

FAQ from MCP Server for Chronulus

How do I install MCP Server for Chronulus?

You can install it via pip install chronulus-mcp, build a Docker image from the GitHub repo, or run it with uvx chronulus-mcp (requires uv).

How do I configure MCP Server for Chronulus in Claude Desktop?

Add a server entry named chronulus-agents to your claude_desktop_config.json, set the command (e.g., uvx), and provide the CHRONULUS_API_KEY environment variable.

What if I get an error like “spawn python ENOENT” or “spawn uvx ENOENT”?

Use the absolute path to python or uvx in the configuration. For uvx errors, install uv first (see Astral’s installation guide).

Can I use MCP Server for Chronulus alongside other servers?

Yes. The README shows an example config that includes filesystem and fetch servers alongside the Chronulus agent.

Are there recommended Claude preferences for working with Chronulus?

Yes. When using Chronulus, prefer input field types like TextFromFile, PdfFromFile, and ImageFromFile over scanning files directly. When plotting forecasts, always include the Chronulus‑provided forecast explanation below the plot.

评论

其他 分类下的更多 MCP 服务器