glider-trace 0.1.0-preview.1

This is a prerelease version of glider-trace.
There is a newer version of this package available.
See the version list below for details.
{
  "servers": {
    "glider-trace": {
      "type": "stdio",
      "command": "dnx",
      "args": ["glider-trace@0.1.0-preview.1", "--yes"]
    }
  }
}
                    
This package contains an MCP Server. The server can be used in VS Code by copying the generated JSON to your VS Code workspace's .vscode/mcp.json settings file.
dotnet tool install --global glider-trace --version 0.1.0-preview.1
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local glider-trace --version 0.1.0-preview.1
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=glider-trace&version=0.1.0-preview.1&prerelease
                    
nuke :add-package glider-trace --version 0.1.0-preview.1
                    

GliderTrace - Runtime Evidence MCP Server

GliderTrace is a runtime evidence MCP server for C#/.NET agents. It runs workspace-scoped commands and tests, stores bounded evidence, and summarizes failures, exceptions, counters, and runtime traces.

Install

Prerequisite: .NET 10 SDK.

dotnet tool install --global glider-trace

If install fails, run dotnet --version first. If dotnet is missing or below 10, install .NET 10 from: https://dotnet.microsoft.com/download/dotnet/10.0

Run Modes

Stdio (default)

glider-trace

HTTP

glider-trace --transport http

Default HTTP MCP endpoint: http://localhost:5001/mcp

Useful flags:

glider-trace --workspace /path/to/workspace
glider-trace --artifact-root /path/to/workspace/.glider-trace
glider-trace --default-timeout 10m
glider-trace --port 8080
glider-trace --verbose
glider-trace --help
glider-trace --version

--default-timeout supports ms, s, and m suffixes. Use 0 to disable server-side timeout.

Configure Your MCP Client

Use installation and host-specific setup guides on the website:

Capabilities

  • Status and configuration: trace_status
  • Runtime command evidence: trace_run
  • Test evidence: trace_run_tests
  • Session inspection: trace_get_session, trace_query_events, trace_export
  • Evidence summaries: trace_exceptions, trace_counters, trace_hotspots

trace_run can collect runtime.nettrace artifacts with built-in EventPipe collection when requested. Counter collection uses dotnet-counters when it is installed.

Artifacts

GliderTrace stores sessions under the artifact root, which defaults to <workspace>/.glider-trace.

Sessions include metadata, normalized evidence events, stdout/stderr artifacts, and optional runtime artifacts. Use trace_export for compact agent summaries or zip artifact references.

Version Expiration

Each GliderTrace version expires 1 month after release date.

dotnet tool update --global glider-trace

Troubleshooting

  • If glider-trace is not found after install, ensure ~/.dotnet/tools is on PATH.
  • If trace_run rejects a command, check the command policy and use workspace-scoped dotnet commands by default.
  • If trace_run_tests cannot find TRX evidence, make sure the target test project supports the requested logger or Microsoft Testing Platform extension.
  • If counter collection is unavailable, install dotnet-counters or run without counter collection.

License

All Rights Reserved

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.1.0 37 5/20/2026
0.1.0-preview.6 31 5/20/2026
0.1.0-preview.5 38 5/20/2026
0.1.0-preview.4 35 5/19/2026
0.1.0-preview.3 30 5/19/2026
0.1.0-preview.2 39 5/19/2026
0.1.0-preview.1 46 5/18/2026