Get Glider MCP running in minutes.
dotnet tool install --global glider# List installed tools
dotnet tool list -g
# The tool path should be in your PATH
# macOS/Linux: ~/.dotnet/tools
# Windows: %USERPROFILE%\.dotnet\toolsSee the Installation section for client-specific instructions.
Once configured, you can ask your AI assistant:
"Load the solution at /path/to/MySolution.sln"
"Find all types matching *Service"
"What methods does IUserRepository define?"
"Find all usages of the Login method"dotnet tool update --global glider