Chronulus AI 预测代理服务器
用于 Chronulus AI 预测和分析代理的 MCP 服务器。
快速入门
安装
- 下载并安装 Claude 桌面客户端:下载地址。
- 根据操作系统找到配置文件路径:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
- 选择适合的方式安装 chronulus-mcp:
- 使用 pip:运行
pip install chronulus-mcp
- 使用 Docker:克隆仓库后构建镜像
docker build . -t 'chronulus-mcp'
- 使用 uvx:确保已安装 uv,然后直接运行。
- 使用 pip:运行
- 更新配置文件,添加以下内容: { "mcpServers": { "chronulus-agents": { "command": "python", "args": ["-m", "chronulus_mcp"], "env": { "CHRONULUS_API_KEY": "<您的API密钥>" } } } }
其他工具
可以同时配置第三方工具如 filesystem 和 fetch,参考 README 中的示例进行设置。