MCP.so
登录

mcp-datalust-seq-mcp-dotnet

@cege7480

关于 mcp-datalust-seq-mcp-dotnet

Datalust Seq Server API wrapped as an MCP

基本信息

分类

其他

运行时

c#

传输方式

stdio

发布者

cege7480

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-datalust-seq-mcp-dotnet": {
      "command": "docker",
      "args": [
        "build",
        "-t",
        "ghcr.io/<your-username>/mcp-datalust-seq-mcp-dotnet:latest",
        "."
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is mcp-datalust-seq-mcp-dotnet?

This server wraps the Datalust Seq API as a Model Context Protocol (MCP) server, enabling developers to interact with Seq’s logging and event data through MCP-compatible clients. It is built with .NET and is intended for users who want to integrate Seq programmatically via the MCP standard.

How to use mcp-datalust-seq-mcp-dotnet?

Clone the repository, then build the project with dotnet build. Run the MCP server using dotnet run --project src/McpDatalustSeq.csproj. Unit tests can be executed with dotnet test tests/McpDatalustSeq.Tests.csproj. For containerized deployment, build and publish a Docker image to ghcr.io using the provided Dockerfile.

Key features of mcp-datalust-seq-mcp-dotnet

Use cases of mcp-datalust-seq-mcp-dotnet

FAQ from mcp-datalust-seq-mcp-dotnet

评论

其他 分类下的更多 MCP 服务器