Skip to content
VS Code

Strings-LE for VS Code

io.github.nolindnaidoo/string-le

Extract string values from config files, data files and plain text.

client:VS Code transport:stdio runtime:npm

Install Strings-LE in VS Code

.vscode/mcp.json

{
  "servers": {
    "string-le": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "string-le-mcp"
      ]
    }
  }
}

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

Strings-LE in other clients