Skip to content
Grok

Netallion MCP Lite for Grok

io.github.netallion/netallion-mcp-lite

Local secret & credential checks for AI-assisted dev — runs on your machine, results redacted.

client:Grok transport:stdio runtime:pypi

Install Netallion MCP Lite in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "netallion-mcp-lite": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "netallion-mcp-lite"
      ]
    }
  }
}

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

Netallion MCP Lite in other clients