Skip to content
Grok

mosta net for Grok

io.github.apolocine/mosta-net

1 MCP server, 13 databases, zero config. Multi-protocol transport with Auth + RBAC.

client:Grok transport:stdio runtime:npm

Install mosta net in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mosta-net": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mostajs/net"
      ]
    }
  }
}

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

mosta net in other clients