A Model Context Protocol (MCP) server providing AI assistants with tools to search, stream, and analyze events from Seq structured logging servers.
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"
]
}
}
}
Run in terminal:
claude mcp add seq-mcp-server npx -y willibrandon/seq-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"seq-mcp-server": {
"command": "npx",
"args": [
"-y",
"willibrandon/seq-mcp-server"
]
}
}
}