O
Osint MCP
作者 @brutus-gr
MCP server by brutus-gr
创建于 10/10/2025
更新于 2 months ago
README
Repository documentation and setup instructions
STRATINT MCP
Strategic intelligence platform that transforms real-time signals from global markets, geopolitics, and conflicts into AI-powered forecasts and actionable strategies. Track events, predict outcomes, and develop informed strategies.
Connecting
For Claude Code
Run this command in your terminal:
claude mcp add --transport http stratint-mcp https://mcp.stratint.ai/mcp
For Cursor
Add this to your .cursor/mcp.json (project-specific) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"stratint-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.stratint.ai"
]
}
}
}
For other MCP clients
Connect to: https://mcp.stratint.ai
Learn More
Visit https://stratint.ai for detailed documentation and examples.
License
MIT
快速设置
此服务器的安装指南
安装命令 (包未发布)
git clone https://github.com/brutus-gr/osint-mcp
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。
Cursor 配置 (mcp.json)
{
"mcpServers": {
"brutus-gr-osint-mcp": {
"command": "git",
"args": [
"clone",
"https://github.com/brutus-gr/osint-mcp"
]
}
}
}