Xtm MCP
eXtended Threat Management MCP Servers
Install / Use
/learn @FiligranHQ/Xtm MCPQuality Score
Category
Development & EngineeringSupported Platforms
README
XTM MCP Servers
This repository hosts MCP (Model Context Protocol) servers related to Filigran's XTM Suite. More MCP servers to come!
Versioning strategy
This repository follows Semantic Versioning (SemVer) with the version format X.Y.Z, where:
- X (Major): Incremented for significant changes that introduce breaking changes or major new features that are not backward-compatible.
- Y (Minor): Incremented for new features or enhancements that are backward-compatible. Example: adding a new MCP server for one of the tools in the XTM suite
- Z (Patch): Incremented for bug fixes or minor updates that are backward-compatible
Versions are tagged in the format X.Y.Z (e.g., 1.0.0) in the GitHub repository.
Available servers
| Server | Directory | Description |
|--------|-----------|-------------|
| OpenCTI GraphQL MCP | opencti_mcp/ | Interact with an OpenCTI instance via its GraphQL API — introspect the schema, list types, run and validate queries. |
See each server's README for configuration, usage, available tools, and MCP client setup.
Requirements
- Python 3.10+
- pip and venv (or your preferred environment manager)
Quickstart
- Create a virtual environment and install dependencies:
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
- Follow the server-specific README for configuration and usage (e.g.
opencti_mcp/README.md).
Development
Install developer tooling (ruff, black, mypy):
pip install -r requirements-dev.txt
Run checks:
# Lint
ruff check .
# Format
black .
# Type-check
mypy .
# Run tests
pytest tests/
Related Skills
node-connect
325.6kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
openai-image-gen
325.6kBatch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.
claude-opus-4-5-migration
80.2kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
frontend-design
80.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
