Skip to main content
Glama
459,371 tools. Updated 2026-08-17 07:09

"Search for information about LSP" matching MCP tools:

  • Save a file to the LSP server to enable analysis. Use before requesting diagnostics, hover information, or completions. The file stays open for continued analysis until explicitly closed.
    MIT
  • Search for code symbols to get definitions, references, implementations, and call hierarchy in one efficient LSP query.
    MIT
  • Search the workspace for symbols via LSP, returning names, kinds, and locations. Optionally enrich results with hover information and paginate outputs.
    MIT
  • Open a file in a Neovim buffer and start its LSP client. Returns buffer id, filetype, line count, and attached LSP clients for use with LSP tools.
    MIT
  • Opens a file in the LSP server for analysis, enabling diagnostics, hover information, and completions. Use before querying these features for a specific document.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Search for symbols by name across Godot projects using LSP for accuracy or regex as fallback, filtering by type and limiting results.
    MIT
  • Open a file in the LSP server to enable diagnostics, hover information, and code completions. Specify the file path and optional language ID for targeted analysis.
    MIT
  • Locate all references to a symbol in Godot projects using LSP or text search to track code usage and dependencies.
    MIT
  • Inspect and configure deterministic LSP command bindings for bundled language plugins, with a guided plan for search, install, and config workflows.
    MIT
  • Group diagnostics by root cause and propose fix order using LSP-only information. Optionally filter to a single file or include fix candidates.
  • Initialize the Chromia LSP server by providing the project root directory. Required before using any other LSP features to resolve file paths.
    MIT
  • Open a file in the Language Server for diagnostics, hover information, and completions. Call this before requesting analyses.
    MIT
  • Search the web for current information, news, articles, and websites to find up-to-date content, research topics, or answer questions about recent events.
    Apache 2.0
  • Retrieve type information, documentation, and context for symbols at a specific file location. Understand variable types, function signatures, and module docs directly in your code.
    MIT