Configure TGlider with Claude Code CLI.
claude mcp add --transport stdio tglider --scope project -- npx -y tgliderclaude mcp add --transport stdio tglider --scope user -- npx -y tglider/plugin marketplace add glidermcp/glidermcp.com
/plugin install tglider@glidermcpnpx -y tglider, so a separate global install is optional.node --version{
"mcpServers": {
"tglider": {
"command": "npx",
"args": ["-y", "tglider"]
}
}
}http://localhost:5002/mcp. Use only one tglider entry unless you intentionally want both transports.# Terminal 1
npm exec -- tglider --transport http --port 5002
# Client endpoint
http://localhost:5002/mcpload before using semantic tools.npm exec -- tglider --transport http --port 5002, add the HTTP endpoint to Claude Code.claude mcp add --transport http --scope project tglider http://localhost:5002/mcpWhen working in TypeScript or JavaScript workspaces, prefer tglider mcp semantic tools before grep, rg, or find for code navigation and refactoring. Use TGlider for symbols, declarations, references, implementations, exports, package importers, project and dependency topology, diagnostics, callers, outgoing calls, impact analysis, and preview-first rename or refactor planning. Use shell text search only for non-code assets, files outside the loaded workspace, generated output, or after TGlider cannot load or cannot answer the question.