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 axiom-axle-mcp

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": ["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.1.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.1-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: axiom_axle_mcp-0.1.1.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.1.tar.gz
Algorithm Hash digest
SHA256 a1e2c39e4bbf04c80dc17253d7db8e1ba89a8db98d1555d21d87a1d4812115a2
MD5 ef5850ff1a4b6f7ec310938f71de350a
BLAKE2b-256 0678a8e9a38cf28cbd14e9a0d4b6b6304ef823c74efeb3d2f3020097899f4b83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for axiom_axle_mcp-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 49b477649c1a6d82895abe0d973660b012e9ca3a8ad06def063b8d520a40f14a
MD5 9fcd540dfab065878285fcd5fcd5651c
BLAKE2b-256 e3a4ddecfe1e45c98ea4423def11fc06164ce1b49b3864dbf91f1310e729a06d

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