SkillAgentSearch skills...

xtm-mcp

eXtended Threat Management MCP Servers

Install / Use

claude mcp add FiligranHQ -- npx -y github:FiligranHQ/xtm-mcp

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

67/100

Category

Security

Supported Platforms

Claude Code
Claude Desktop

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

  1. Create a virtual environment and install dependencies:
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
  1. 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

View on GitHub
GitHub Stars9
CategorySecurity
Updated2mo ago
Forks4

Languages

Python

Security Score

75/100

Audited on Jun 7, 2026

1 medium2 low