Skip to content
VS Code

geo tool check for VS Code

io.github.shufflethis/geo-tool-check

Is this page readable for AI search? Crawler access, structure and citability checks, runs locally.

client:VS Code transport:stdio runtime:npm

Install geo tool check in VS Code

.vscode/mcp.json

{
  "servers": {
    "geo-tool-check": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "geo-tool-check"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

geo tool check in other clients