-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Michael Carey edited this page Mar 18, 2026
·
5 revisions
This wiki explains how to build, run, secure, and troubleshoot the seq-mcp server.
seq-mcp is a standalone MCP server that gives AI agents controlled API access to a user-owned Datalust Seq instance.
Design goals:
- Clear and explicit tool contracts.
- Safe defaults and input validation.
- Structured error handling for MCP clients.
The server requires both environment variables:
SEQ_URLSEQ_API_KEY
Accepted SEQ_URL formats:
- Host URL (recommended):
http://localhost:10150,https://seq.example.com - Full API base URL (also supported):
http://localhost:10150/api,https://seq.example.com/api
- Build and run: Getting Started
- Tool list and scope: Tools Reference
- Least-privilege guidance: Security
- Runtime issue fixes: Troubleshooting
- Docker registry submission checklist: https://github.com/MCLifeLeader/seq-mcp/blob/main/docs/docker-mcp-registry-submission.md