Skip to main content
Glama

Tenzir MCP Server

Official
by tenzir

Tenzir MCP Server

A Model Context Protocol server for Tenzir that enables AI assistants to interact with security data pipelines and map data to the Open Cybersecurity Schema Framework (OCSF).

Installation

Prerequisites

The MCP server requires Tenzir to be installed and available in your $PATH:

# Check if Tenzir is installed tenzir --version

If not installed, follow the documentation or just run:

curl https://get.tenzir.app | sh

Quick Test

Run without installation:

uv tool run tenzir-mcp --help

Usage with Claude

Claude Desktop

Add the server to your Claude Desktop app configuration:

{ "mcpServers": { "tenzir": { "command": "uv", "args": ["tool", "run", "tenzir-mcp"] } } }

Claude Code

Use the Claude MCP CLI to add the server:

# For production use (from PyPI) claude mcp add tenzir --scope user -- uv tool run tenzir-mcp # For development (from source) claude mcp add tenzir --scope user -- uv run --project $(pwd) tenzir-mcp

Don't forget to restart Claude after making changes to the server.

Development

See DEVELOPMENT.md for development setup.

License

This project ships with an Apache License 2.0.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

Enables AI assistants to interact with security data pipelines and map data to the Open Cybersecurity Schema Framework (OCSF) through Tenzir. Provides seamless integration for processing and analyzing cybersecurity data using natural language.

  1. Installation
    1. Prerequisites
    2. Quick Test
  2. Usage with Claude
    1. Claude Desktop
    2. Claude Code
  3. Development
    1. License

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that facilitates integration with OpenCTI, allowing users to query and retrieve cyber threat intelligence data via a standardized interface.
        Last updated -
        16
        22
        TypeScript
        MIT License
      • -
        security
        A
        license
        -
        quality
        A lightweight, extensible cybersecurity toolkit that connects AI assistants to security tools through the Model Context Protocol (MCP), enabling AI-assisted security research, scanning, and analysis.
        Last updated -
        8
        Python
        MIT License
      • -
        security
        F
        license
        -
        quality
        Provides structured access to OCSF-normalized security data stored in Amazon Security Lake, enabling AI assistants to search for IP addresses, GuardDuty findings, and explore available data sources.
        Last updated -
        1
        Python
      • -
        security
        F
        license
        -
        quality
        A plug-and-play solution that enhances AI assistants by enabling them to create projects, manage configurations, and interact with Openfort's wallet infrastructure through 42 specialized tools.
        Last updated -
        1
        TypeScript
        • Apple
        • Linux

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/tenzir/mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server