Skip to content
VS Code

File Path Check for VS Code

io.github.sadri-dridi/file-path-ok

Check whether a path looks safe. No disk access.

client:VS Code transport:streamable-http tools:30

Install File Path Check in VS Code

.vscode/mcp.json

{
  "servers": {
    "file-path-ok": {
      "type": "http",
      "url": "https://agent-observatory-sensor.nolimit-observatory.workers.dev/s/file-path-ok/mcp"
    }
  }
}

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

What VS Code can do once it is connected

All 30 tools →

File Path Check in other clients