About MCP
MCP is an MCP server published by tenzir in the Developer Tools category: tenzir MCP server. It has been installed 0 times through Conduid.
The repository has 8 stars and 6 forks, with the last commit 7 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx mcpThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about MCP
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
README
⚙️ Tenzir MCP Server
A Model Context Protocol (MCP) server that enables AI assistants to interact with Tenzir—a data pipeline engine for security operations.
[!WARNING] This MCP server is not actively maintained right now.
tenzir/skillsis superseding it and is where new work is happening.
This MCP server provides tools for executing pipelines written in the Tenzir Query Language (TQL)), working with Open Cybersecurity Schema Framework (OCSF), managing packages, generating parsers, and exploring documentation.
✨ Features
- Pipeline Execution: Run TQL pipelines and tests
- Documentation Access: Search and browse embedded Tenzir documentation with cross-reference support
- OCSF Integration: Query and work with OCSF definitions, event classes, objects, and profiles.
- Package Management: Create and manage Tenzir packages with operators, pipelines, enrichment contexts, and tests
- Code Generation: Auto-generate TQL parsers and OCSF mapping packages
📦 Installation
Use Docker as the fastest way to get started:
docker run -i tenzir/mcp
Or use uvx when you have a local Tenzir
installation:
uvx tenzir-mcp
📚 Documentation
Consult our setup guide for installation and MCP client configuration.
We also provide a reference that explains usage and available tools.
🤝 Contributing
Want to contribute? We're all-in on agentic coding with Claude Code! The repo comes pre-configured with our custom plugins—just clone and start hacking.
📜 License
This project is licensed under the Apache License 2.0.
README mirrored from the source repository 4 months ago. The original is authoritative.