mcp-datalust-seq-mcp-dotnet
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
-
Clone the repository:
git clone https://github.com/cege7480/mcp-datalust-seq-mcp-dotnet.git cd mcp-datalust-seq-mcp-dotnet
-
Build the project:
dotnet build
-
Run the MCP server:
dotnet run --project src/McpDatalustSeq.csproj
How to run the unit tests
-
Build the test project:
dotnet build tests/McpDatalustSeq.Tests.csproj
-
Run the tests:
dotnet test tests/McpDatalustSeq.Tests.csproj
How to build and publish the Docker container to ghcr.io
-
Build the Docker image:
docker build -t ghcr.io/<your-username>/mcp-datalust-seq-mcp-dotnet:latest .
-
Push the Docker image to
ghcr.io
:docker push ghcr.io/<your-username>/mcp-datalust-seq-mcp-dotnet:latest