Mcp Server Seq
@ahmad2x4
About Mcp Server Seq
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-seq": {
"command": "npx",
"args": [
"skills",
"add",
"ahmad2x4/mcp-server-seq"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
ghidraMCP
LaurieWiredMCP Server for Ghidra
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments