Strings-LE for Cursor
io.github.nolindnaidoo/string-le
Extract string values from config files, data files and plain text.
client:Cursor
transport:stdio
runtime:npm
Install Strings-LE in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"string-le": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"string-le-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs