Skip to main content
Glama
164,693 tools. Last updated 2026-05-31 08:21

"Using Glama API with Cline Extension in VS Code" matching MCP tools:

  • Reload the Safari MCP Bridge extension code from disk without manual toggling in Safari Preferences. Use after editing extension scripts to force a refresh; the extension reconnects automatically within seconds.
  • Saves a workspace document by writing the file to disk through the VS Code buffer when the extension is connected.
    MIT
  • Sort and organize import statements in a workspace file using VS Code extension or fallback tools like Biome or Prettier.
    MIT
  • Locate all references to a symbol in code by specifying file path, line, and column number. Uses VS Code LSP for accurate results.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Cloudflare Workers MCP server: code-explainer

  • India Open Government Data (OGD) Platform MCP — data.gov.in

  • Retrieve code changes (diff) from GitHub or GitLab pull/merge requests, with optional file extension filtering to focus on specific file types.
    MIT
  • Retrieve the port number of the VS Code MCP Extension for a specified project path. Solves the problem of identifying the running extension port for integration and debugging.
    MIT
  • Retrieve context tabs marked for AI inclusion in VS Code, including file content and optional line ranges, to provide focused project context.
    MIT
  • Navigate to the definition of a symbol by providing file path, line, and column, using VS Code Language Server Protocol.
    MIT
  • Verify that the VS Code MCP Extension is installed and responding within a specified project folder. Helps diagnose setup issues by confirming the extension's active status.
    MIT
  • Retrieves Peacock for VS Code documentation from GitHub and provides answers to your questions about the extension.
    MIT
  • Detect currently open VS Code instances and their workspaces, optionally including recent workspaces from VS Code history, with configurable maximum results.
    MIT
  • Generate a .clinerules configuration file for Cline/Roo Code projects to define project structure and supported programming languages.
  • Scan a local file to identify its true content type regardless of file extension, using Magika detection. Validates if the file matches safelist criteria for upload.
    Apache 2.0