SeqMcpServer

Finfinder/SeqMcpServer
★ 1 stars C# 🤖 AI/LLM Updated 1d ago
MCP server that connects AI assistants to Seq query log events, run SQL against the event stream, manage alerts, signals, dashboards, and retention policies via the Model Context Protocol.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "seqmcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "Finfinder/SeqMcpServer"
      ]
    }
  }
}

README Excerpt

A [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that connects AI agents to [Seq](https://datalust.co/seq) — a centralized structured logging platform. This server enables LLMs to search log events, execute SQL queries, inspect dashboards, alerts, signals, and more through natural language interactions.

Tools (7)

SEQ_API_KEYSEQ_URLcountfilterfromUtcquerytoUtc

Topics

ai-toolscsharpdevopsdotnetlog-managementmcpmcp-servermodel-context-protocolseqstructured-logging