Deeptempo Servers
БесплатноНе проверенProvides tools for DeepTempo AI SOC including findings and case management, investigation workflow orchestration, action approval workflows, and MITRE ATT&CK la
Описание
Provides tools for DeepTempo AI SOC including findings and case management, investigation workflow orchestration, action approval workflows, and MITRE ATT&CK layer generation.
README
Model Context Protocol (MCP) servers for DeepTempo AI SOC.
Overview
This package provides 4 MCP servers for DeepTempo AI SOC:
- deeptempo-findings - Findings and case management (FastMCP)
- tempo-flow - Investigation workflow orchestration
- approval - Action approval workflow
- attack-layer - MITRE ATT&CK layer generation
Installation
# Install from source (development)
pip install -e .
# Install deeptempo-core dependency first
pip install -e ../deeptempo-core
# Install from git
pip install git+https://github.com/YOUR_USERNAME/deeptempo-mcp-servers.git
Usage
Running Individual Servers
# deeptempo-findings server (FastMCP)
python servers/deeptempo_findings.py
# tempo-flow server
python servers/tempo_flow.py
# approval server
python servers/approval.py
# attack-layer server
python servers/attack_layer.py
Using with Claude Desktop
Add to your Claude Desktop MCP configuration (~/.config/claude/mcp.json):
{
"mcpServers": {
"deeptempo-findings": {
"command": "python3",
"args": ["/path/to/deeptempo-mcp-servers/servers/deeptempo_findings.py"],
"cwd": "/path/to/your/project"
},
"tempo-flow": {
"command": "python3",
"args": ["/path/to/deeptempo-mcp-servers/servers/tempo_flow.py"],
"cwd": "/path/to/your/project"
},
"approval": {
"command": "python3",
"args": ["/path/to/deeptempo-mcp-servers/servers/approval.py"],
"cwd": "/path/to/your/project"
},
"attack-layer": {
"command": "python3",
"args": ["/path/to/deeptempo-mcp-servers/servers/attack_layer.py"],
"cwd": "/path/to/your/project"
}
}
}
Server Descriptions
deeptempo-findings
Provides comprehensive access to findings and cases:
Tools:
list_findings- List security findings with filtersget_finding- Get detailed finding informationlist_cases- List investigation casesget_case- Get detailed case informationcreate_case- Create new investigation caseupdate_case- Update case detailsadd_finding_to_case- Link finding to case- And 17+ more tools for case management
tempo-flow
Investigation workflow orchestration:
Tools:
tempo_get_workflows- List available workflowstempo_run_workflow- Execute investigation workflow
approval
Action approval workflow:
Tools:
create_approval_action- Submit action for approvallist_approval_actions- List pending/approved actionsget_approval_action- Get action detailsapprove_action- Approve pending actionreject_action- Reject pending action
attack-layer
MITRE ATT&CK layer generation:
Tools:
get_attack_layer- Get ATT&CK Navigator layerget_technique_rollup- Get technique statisticsget_findings_by_technique- Find findings for techniquecreate_attack_layer- Create custom layer
Configuration
The servers use configuration from deeptempo-core. Set environment variables:
# Database
export DATABASE_URL=postgresql://user:pass@localhost:5432/deeptempo_soc
# Or individual components
export POSTGRES_HOST=localhost
export POSTGRES_PORT=5432
export POSTGRES_DB=deeptempo_soc
export POSTGRES_USER=deeptempo
export POSTGRES_PASSWORD=your_password
# Demo mode (uses generated sample data)
export DEMO_MODE=true
Development
# Install with dev dependencies
pip install -e ".[dev]"
# Run tests
pytest
# Format code
black servers/
ruff check servers/
Architecture
deeptempo-mcp-servers/
├── servers/
│ ├── __init__.py
│ ├── deeptempo_findings.py # FastMCP server
│ ├── tempo_flow.py # Standard MCP server
│ ├── approval.py # Standard MCP server
│ ├── attack_layer.py # Standard MCP server
│ └── base.py # Shared utilities
└── tests/
└── test_servers.py
License
MIT License - see LICENSE file for details.
Установка Deeptempo Servers
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/DeepTempo/deeptempo-mcp-serversFAQ
Deeptempo Servers MCP бесплатный?
Да, Deeptempo Servers MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Deeptempo Servers?
Нет, Deeptempo Servers работает без API-ключей и переменных окружения.
Deeptempo Servers — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Deeptempo Servers в Claude Desktop, Claude Code или Cursor?
Открой Deeptempo Servers на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Deeptempo Servers with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
