Extract string values from config files, data files and plain text.
claude mcp add string-le -- npx -y string-le-mcp
claude_desktop_config.json
{
"mcpServers": {
"string-le": {
"command": "npx",
"args": [
"-y",
"string-le-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"string-le": {
"command": "npx",
"args": [
"-y",
"string-le-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"string-le": {
"command": "npx",
"args": [
"-y",
"string-le-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"string-le": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"string-le-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"string-le": {
"command": "npx",
"args": [
"-y",
"string-le-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.nolindnaidoo--string-le/reviews or the review_server meta-tool.
POST /mcp