Skip to content
Grok

Strings-LE for Grok

io.github.nolindnaidoo/string-le

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

client:Grok transport:stdio runtime:npm

Install Strings-LE in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Strings-LE in other clients