seq-mcp-server

willibrandon/seq-mcp-server
★ 11 stars C# 🤖 AI/LLM Updated 19d ago
A Model Context Protocol (MCP) server providing AI assistants with tools to search, stream, and analyze events from Seq structured logging servers.
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": {
    "seq-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "willibrandon/seq-mcp-server"
      ]
    }
  }
}

Topics

ai-toolsclaude-desktopcsharpdotnetevent-streaminglogging-analysismcpmodel-context-protocolobservabilityseqserilogstructured-logging