Skip to content

Local MCP server and supporting skill(s) #459

@nblumhardt

Description

@nblumhardt

This ticket tracks TODOs for the seqcli skills install, seqcli mcp install, and seqcli mcp run commands, which will ship v1s in the 2026.1 release.

Here's how to get started today, compatible with many agents, substitute claude for whatever you're using:

dotnet tool install --global seqcli --prerelease
seqcli config -k connection.serverUrl -v https://seq.example.com
seqcli config -k connection.apiKey -v 1234567890abc
seqcli mcp install -a claude
seqcli skill install -a claude

The install commands have --global variants, too.

Remaining issues and feature gaps (in loose priority order; these may not all make it in time for the 2026.1 release):

  • Signal support; currently expecting to add a seq_list_signals tool, a signal (expression) parameter on search and query tools, and a supporting entry in the search-and-query-seq skill
  • Add --native as an output format option on seqcli search|query|tail, and nudge agents towards this for full property display
  • Review the seq-search-and-query skill to ensure it covers CLI usage equally well
  • Fix query syntax error reporting for seqcli query native and JSON output
  • Metrics support
  • Investigate and measure alternative schema discovery approaches to increase reliability, e.g. including a "new schema" block in search result responses
  • Improve the examples in SKILL.md to cover non-OTel log/span property naming conventions, e.g. perhaps coalescing @Resource.service.name with Application, re-test
  • Investigate supporting a Streamable HTTP transport via seqcli mcp listen (or similar), so that datalust/seqcli can run server-side in a container alongside Seq (or on a Windows server); would likely need API key forwarding and some careful state management
  • Script some evaluations
  • ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions