Skip to content
Grok

Lingua Universale MCP Server for Grok

io.github.rafapra3008/lu-mcp-server

Verify AI agent communication with session types and formal proofs

client:Grok transport:stdio runtime:pypi

Install Lingua Universale MCP Server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "lu-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "lu-mcp-server"
      ]
    }
  }
}

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

Lingua Universale MCP Server in other clients