Numbers-LE for VS Code
io.github.nolindnaidoo/numbers-le
Extract numeric values from config files, data files and plain text.
client:VS Code
transport:stdio
runtime:npm
Install Numbers-LE in VS Code
.vscode/mcp.json
{
"servers": {
"numbers-le": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"numbers-le-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs