MCP.so
登录

Mcp Server Seq

@ahmad2x4

关于 Mcp Server Seq

暂无概览

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

ahmad2x4

提交者

Ahmadreza

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-server-seq": {
      "command": "npx",
      "args": [
        "skills",
        "add",
        "ahmad2x4/mcp-server-seq"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mcp Server Seq?

Mcp Server Seq is an MCP server that provides comprehensive access to Seq's API endpoints for interacting with your logging and monitoring system. It is designed for developers and operators who need to query signals, events, and alerts from Seq through the Model Context Protocol.

How to use Mcp Server Seq?

Configure the server by setting the SEQ_BASE_URL (optional, defaults to http://localhost:8080) and SEQ_API_KEY (required) environment variables. You can install globally via npm install -g mcp-seq or use it directly with npx -y mcp-seq. For Claude Code, run claude mcp add --transport stdio --env SEQ_BASE_URL=<url> --env SEQ_API_KEY=<key> seq -- npx -y mcp-seq; for Claude Desktop, add the configuration to claude_desktop_config.json. An optional seq-ops skill can be installed for structured log analysis.

Key features of Mcp Server Seq

  • Manage signals with filtering by owner, shared/private status, and partial matches
  • Retrieve events with custom filter expressions, signal IDs, and configurable time ranges
  • Get the current state of alerts for system monitoring
  • List all shared signals with details like ID, title, description, and owner
  • Includes a seq-ops Claude skill for incident investigation and health checks

Use cases of Mcp Server Seq

  • Perform morning health checks on your logging system
  • Investigate production incidents by querying recent logs for errors
  • Monitor for specific events such as timeouts or integration failures
  • Analyze and troubleshoot specific integration issues (e.g., PPSR)
  • Retrieve alert states to assess system health during deployments

FAQ from Mcp Server Seq

What environment variables are required?

SEQ_API_KEY is required. SEQ_BASE_URL is optional and defaults to http://localhost:8080.

How do I install Mcp Server Seq?

You can install globally with npm install -g mcp-seq or use it directly with npx -y mcp-seq without installation.

How do I configure Mcp Server Seq with Claude Desktop?

Add a seq entry to your claude_desktop_config.json under mcpServers with the command npx -y mcp-seq and the required environment variables.

What time ranges are supported for the get_events tool?

Supported time ranges include: 1m, 15m, 30m, 1h, 2h, 6h, 12h, 1d, 7d, 14d, and 30d.

What is the seq-ops skill?

The seq-ops skill is a Claude skill included with this repo for structured log analysis and incident investigation. It guides Claude through health checks, incident triage, and post-deployment monitoring.

评论

其他 分类下的更多 MCP 服务器