Finfinder/SeqMcpServer
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.
Platform-specific configuration:
{
"mcpServers": {
"SeqMcpServer": {
"command": "npx",
"args": [
"-y",
"SeqMcpServer"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://dotnet.microsoft.com/) [](https://modelcontextprotocol.io/) [](https://datalust.co/seq) []() [](LICENSE)
A Model Context Protocol (MCP) server that connects AI agents to 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.
---
---
---
git clone <repository-url>
cd src/SeqMcpServer
dotnet buLoading reviews...