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 in step 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.4.tar.gz (5.9 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.4-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for axiom_axle_mcp-0.1.4.tar.gz
Algorithm Hash digest
SHA256 f0d647d33d267b4bb814a10377946bd2b814d00004f316104d177a64b71bf599
MD5 b44d287321864041749a2fc139b36acf
BLAKE2b-256 e1aebe91e476e70414fa70cf883ff4117d110fbe9787fb85675e0c9c929f1d78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for axiom_axle_mcp-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 a516cc515d6ab4038494c96b841077ddbd1d517521447a180fe92b24e9c45fe8
MD5 1ec6da0681782c33bf80d664fc3aede9
BLAKE2b-256 9f8ab2bbf8ba870a7f8b475198ead4fb510af8bae1d389b9086df99e70c7aeed

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