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: https://axle.axiommath.ai/app/console.

  2. Add the MCP server to your client:

Claude Code:

Replace your_api_key_here with the API key you created instep 1:

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

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

Add the following to your client's MCP config file. Replace your_api_key_here with the API key you created in step 1:

{
  "mcpServers": {
    "axle": {
      "command": "uvx",
      "args": ["--from", "axiom-axle-mcp", "axle-mcp-server"],
      "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.2.tar.gz (4.8 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.2-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for axiom_axle_mcp-0.1.2.tar.gz
Algorithm Hash digest
SHA256 40970ab3f55e2615a90c89d73f2b02d10fc196b14927848f1dce2d2e3cfb3cb2
MD5 73083ed05d77c23035d2662f65c1a6d5
BLAKE2b-256 bae925368cf74a7c3f1dc1825d4d82d9f576873c3bfcc17400df30312ea4875f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for axiom_axle_mcp-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 7ce401452fd1883ddbef2ba113c326c7b53dfe1ba39ce3558910ff990cafe53a
MD5 20c538ed09c4a3707b25f6e91be60943
BLAKE2b-256 9b1a72e023d1bb5423764a52f525ffa61aa5c176d788196db1a941710c60de1c

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