战略情报平台,将全球市场、地缘政治和冲突中的实时信号转化为由AI驱动的预测和可执行策略。跟踪事件,预测结果,并制定有根据的战略。
在你的终端中运行以下命令:
claude mcp add --transport http stratint-mcp https://mcp.stratint.ai/mcp
添加以下内容到你的 .cursor/mcp.json(项目特定)或 ~/.cursor/mcp.json(全局):
{
"mcpServers": {
"stratint-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.stratint.ai"
]
}
}
}
访问 https://stratint.ai 获取详细文档和示例。
MIT