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 --global
seqcli skill install -a claude --global

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
  • Review the seq-search-and-query skill to ensure it covers CLI usage equally well
  • Investigate and measure alternative schema discovery approaches to increase reliability, e.g. including a "new schema" block in search result responses
  • Metrics support
  • 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
  • Add --native as an output format option on seqcli search|query|tail, and nudge agents towards this for full property display
  • ...

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