Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🔒 Security
  3. Rsigma
Rsigma logo
Health: ActiveRecent health check succeeded.Last checked 9/21/2026, 2:32:49 AM

Rsigma

User RatingsBe the first to rate and review this MCP server!
View Repository142 GitHub StarsTotal stargazers on GitHub for the source repository (142 stars).Visit Website
sigmasecuritydetection-engineeringrust

Exposes Sigma rule authoring, validation, conversion, and detection analysis tools to AI agents over MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON â–¾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for timescale/rsigma, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives🔒 More in Security

Overview

The timescale/rsigma MCP server exposes RSigma’s Sigma detection-engineering toolkit to AI agents over stdio or Streamable HTTP. It provides structured tools for authoring, linting, validating, and converting Sigma rules, plus evaluating and explaining detections against log events and inspecting correlation state. A native Rust engine parses rules into a typed representation, compiles optimized matchers, and evaluates stateless or stateful detections. Reach for it when an agent needs to create or quality-check Sigma rules, investigate detection matches, or work with correlation logic programmatically.

Use cases

•Draft Sigma detection rules from example events
•Lint and validate Sigma rules in an agent workflow
•Explain why detections matched or missed log events
•Inspect stateful correlation windows

Key features

•Sigma rule authoring and tuning
•Rule linting with 85 checks
•Detection evaluation and explanation
•Stateful correlation inspection
•Stdio and Streamable HTTP transports
•Native Rust detection engine

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Rsigma.

Extracted Tool Capabilities
Sigma rule authoring and tuning
Rule linting with 85 checks
Detection evaluation and explanation
Stateful correlation inspection
Stdio and Streamable HTTP transports
Native Rust detection engine

How Rsigma works

What timescale/rsigma MCP server does

The timescale/rsigma MCP server brings RSigma’s Sigma workflow into MCP-compatible agent clients. It covers rule creation and maintenance tasks, including drafting rules from example and baseline events, tuning rules against false positives, linting, validation, conversion, and documentation metadata. It also exposes detection analysis functions that help explain why a rule matched or failed to match an event and inspect active correlation state.

RSigma is built around the Sigma detection standard. Its broader toolkit includes a parser, evaluation engine, streaming runtime, command-line interface, language server, and MCP interface. The MCP layer is intended for structured agent access to this functionality rather than for replacing the complete RSigma command-line or streaming deployment options.

How it works

Rules are parsed from Sigma YAML into a strongly typed abstract syntax tree and compiled into optimized matchers. The engine can evaluate individual events using stateless rules or maintain state for correlation rules. Supported correlation behavior includes sliding, tumbling, and session windows, grouping, chaining, and suppression.

The timescale/rsigma MCP server communicates with clients over stdio or Streamable HTTP through the rsigma mcp serve command. Detection analysis can work with events in formats supported by RSigma, including JSON, syslog, logfmt, CEF, EVTX, plain text, and OpenTelemetry logs. Format detection is enabled by default. Processing pipelines compatible with pySigma can map fields and apply rule transformations before evaluation.

Setup and configuration

Run the MCP interface with RSigma’s mcp serve subcommand. The provided material identifies the command and transport modes but does not specify a package-manager installation command or a complete client configuration example, so installation details should be taken from the project documentation or release artifacts.

RSigma supports configuration through YAML files, environment variables, and command-line flags, managed through its config command group. The excerpt does not identify any environment variables that are required specifically to start the MCP interface. The project publishes prebuilt binaries for Linux, macOS, and Windows and also provides multi-architecture Docker images, but the exact invocation for those distributions is not specified here.

Tools and capabilities

The timescale/rsigma MCP server supports agent workflows involving:

  • Drafting detection rules from exemplar events and a baseline corpus.
  • Tuning rules with filters derived from false-positive events while checking that known true positives still match.
  • Linting Sigma rules with 85 checks, multiple severity levels, suppressions, custom tag namespaces, and safe auto-fixes for 14 rules.
  • Validating, converting, and documenting Sigma rules, including Palantir ADS metadata under rsigma.ads.*.
  • Explaining rule decisions, comparing pipeline transformations, and inspecting live correlation windows.
  • Evaluating events against compiled rules, including stateful correlation logic.

These capabilities are backed by the same Rust engine used by RSigma’s other interfaces. The underlying toolkit also supports schema recognition, logsource routing, and event prefilters, although the excerpt does not define each corresponding MCP tool separately.

Limitations and notes

The material does not list the individual MCP tool names, request schemas, response schemas, or client-specific configuration blocks. It also does not state whether a Streamable HTTP deployment includes authentication or authorization, so those details should be verified before exposing the HTTP transport beyond a trusted environment.

Array matching is described as experimental and requires sigma-version: 3. RSigma’s event ingestion and streaming features are broader than the MCP interface description; support for a particular input, sink, or deployment mode should not be assumed to mean that it is directly available as an MCP tool.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Security View all alternatives
  • Wrg Sigma Rules logoWrg Sigma Rules

    Sigma detection rule writing, validation, and conversion (Splunk/Elastic/Kibana/Wazuh) via 3 MCP tools (draftrule, validaterule, convertrule) backed by a 61-rule production corpus across 11 MITRE ATT&CK tactic categories. Standalone server + Claude Code plugin distribution.

    🔒 Security2 views
    Compare vs Wrg Sigma Rules →
  • Shield logoShield

    Local guardrail proxy for AI coding agents. Wraps any MCP server (stdio or Streamable HTTP) and blocks destructive tool calls — DROP TABLE, rm -rf, force-push — before they execute. MCP supply-chain protection: TOFU tool-catalog pinning against rug pulls, plus tool-description and tool-result scanning for tool poisoning and prompt injection. 51 starter rules, approval gates, audit logging. Single binary, Apache-2.0.

    🔒 Security4 views
    Compare vs Shield →
  • MCP Virustotal logoMCP Virustotal

    MCP server for querying the VirusTotal API. This server provides tools for scanning URLs, analyzing file hashes, and retrieving IP address reports.

    🔒 Security3 views
    Compare vs MCP Virustotal →
  • Agentward logoAgentward

    Permission control plane for AI agents. MCP proxy that enforces least-privilege YAML policies on every tool call, classifies sensitive data (PII/PHI), detects dangerous skill chains, and generates compliance audit trails. Supports stdio and HTTP proxy modes.

    🔒 Security4 views
    Compare vs Agentward →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
142
Stargazers on the source repository.
Last commit
1mo ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Rsigma

The provided material does not give a package-manager installation command. It identifies `rsigma mcp serve` as the command that starts the MCP interface and points to prebuilt binaries and Docker images.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewRsigma AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/timescale-rsigma?style=directory)](https://allmcps.com/mcp/timescale-rsigma)
HTML Embed
<a href="https://allmcps.com/mcp/timescale-rsigma"><img src="https://allmcps.com/api/badge/timescale-rsigma?style=directory" alt="Rsigma on AllMCPs" /></a>

Technical Specs & Signals

Category🔒Security
PricingFree
More technical detailsExpand â–¾
AuthNo auth required
LicenseMIT
ClientsCursor
Last updatedSep 3, 2026
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars142
GitHub Star CountTotal stargazers on GitHub representing community popularity (142 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 7, 2026
51Quality signal: Good · 51/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools20/30
Adoption & activity7/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🔒 Security →Best MCP servers for Security →Alternatives to Rsigma →Install in Claude DesktopInstall in CursorInstall in VS Code