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"
"Load the solution at /path/to/MySolution.slnx"
"Load the solution at /path/to/MySolution.sln with file watching in /path/to/workspace"
"Use search_symbols with query *Service and kinds Type to find all service classes"
"What methods does IUserRepository define?"
"Resolve the Login method and then find_references for the selected symbolKey"
"I changed some files on disk. Sync the documents to see the latest changes."In stdio mode, glider waits for MCP input and is intentionally quiet by default. Use glider --verbose if you want startup output/logs (written to stderr).
dotnet tool update --global glider