Skip to main content

MCP server for Axiom Lean Engine (AXLE) — exposes Lean verification tools to Claude Code and other MCP clients

Project description

AXLE MCP Server

A Model Context Protocol server for Axiom Lean Engine — exposes Lean verification and manipulation tools to AI agents.

Setup

  1. Create a free API key at axle.axiommath.ai/app/console.

  2. Add the MCP server to your client:

Claude Code:

claude mcp add axle -e AXLE_API_KEY=your_api_key_here -- uvx axiom-axle-mcp

Other MCP clients (Cursor, Windsurf, Claude Desktop, VS Code, Cline, etc.):

Add the following to your client's MCP config file:

{
  "mcpServers": {
    "axle": {
      "command": "uvx",
      "args": ["axiom-axle-mcp"],
      "env": {
        "AXLE_API_KEY": "your_api_key_here"
      }
    }
  }
}

Usage

With the MCP server installed, agents can check and fix Lean code directly:

You: Can you check if this proof compiles?

theorem add_comm (a b : Nat) : a + b = b + a := by
  ring

Ask your agent what AXLE MCP can do.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

axiom_axle_mcp-0.1.0.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

axiom_axle_mcp-0.1.0-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file axiom_axle_mcp-0.1.0.tar.gz.

File metadata

  • Download URL: axiom_axle_mcp-0.1.0.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.22

File hashes

Hashes for axiom_axle_mcp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 b4387723f7f9f5c051c199666d127b564f3a1204a2b0242682c75191cbb57f44
MD5 18312835daea41ae390f924f40bb49be
BLAKE2b-256 69167d6e420b5ed3f85a20558b43472706da80b95b8a391ebad96ee18dc831a4

See more details on using hashes here.

File details

Details for the file axiom_axle_mcp-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for axiom_axle_mcp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ef093f3ae6b237cb85521c999d766efbdced57fc66084eea09966c936fe17431
MD5 a90b6cd9204bc71261b95d91ee801af1
BLAKE2b-256 afe0c8534fddd03a2bef9a326814400dca9d60090e8f064cf1dc88dbcb2a0459

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page