mcp-datalust-seq-mcp-dotnet

mcp-datalust-seq-mcp-dotnet

3.1

If you are the rightful owner of mcp-datalust-seq-mcp-dotnet and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Datalust Seq Server API wrapped as a Model Context Protocol (MCP) in .NET.

mcp-datalust-seq-mcp-dotnet

Datalust Seq Server API wrapped as an MCP

Instructions

How to use the MCP in dotnet that wraps the Datalust Seq API

  1. Clone the repository:

    git clone https://github.com/cege7480/mcp-datalust-seq-mcp-dotnet.git
    cd mcp-datalust-seq-mcp-dotnet
    
  2. Build the project:

    dotnet build
    
  3. Run the MCP server:

    dotnet run --project src/McpDatalustSeq.csproj
    

How to run the unit tests

  1. Build the test project:

    dotnet build tests/McpDatalustSeq.Tests.csproj
    
  2. Run the tests:

    dotnet test tests/McpDatalustSeq.Tests.csproj
    

How to build and publish the Docker container to ghcr.io

  1. Build the Docker image:

    docker build -t ghcr.io/<your-username>/mcp-datalust-seq-mcp-dotnet:latest .
    
  2. Push the Docker image to ghcr.io:

    docker push ghcr.io/<your-username>/mcp-datalust-seq-mcp-dotnet:latest
    

References