lean4-mcp

RIvance/lean4-mcp
★ 5 stars Rust 🤖 AI/LLM Updated 2d ago
A lightweight MCP (Model Context Protocol) server that proxies between AI agents and the Lean 4 language server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "lean4-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "lean4-mcp"
      ]
    }
  }
}