Skip to content

Build your own AI Workbench by bringing an AI agent and configuring it according to the guides in this section. Once set up, use it to write TQL pipelines, understand OCSF schemas, generate parsers, and create data mappings.

Tenzir offers three integration points for AI agents:

  1. MCP Server: A Model Context Protocol server that exposes Tenzir functionality as tools. Works with any MCP-compatible agent.
  2. Claude Plugins: Skills, subagents, slash commands, and hooks that integrate deeply with Claude Code.
  3. Agent Skills: Portable documentation packaged in the Agent Skills format. Works with any skill-compatible agent.

Claude Code users: install our plugins. We maintain plugins that encode how we write TQL, document features, and manage releases. Skills auto-activate based on context, subagents handle specialized tasks, slash commands provide quick actions, and hooks automate workflows. This is the recommended experience.

Other agents with skills support: Use the documentation skill for portable access to Tenzir knowledge. Download it from the docs releases and point your agent to the extracted directory.

All other agents: use the MCP server. If your agent doesn’t support skills, the MCP server gives you access to core tools like make_parser, make_ocsf_mapping, and run_pipeline. Any MCP-compatible agent works with the server.

Want both documentation and tools? Combine the Agent Skill with the MCP server for comprehensive AI assistance.

  1. Install the MCP server: Connect your AI agent to Tenzir.
  2. Configure your agent: Optimize settings for Tenzir development.
  3. Use Claude plugins: Install the TQL, OCSF, and Docs plugins for enhanced workflows.
  4. Use documentation skill: Access Tenzir docs with any skill-compatible agent.

Once set up, use our Claude plugins for guided workflows to generate parsers and OCSF mappings.

Last updated: