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.5.tar.gz (6.3 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.5-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for axiom_axle_mcp-0.1.5.tar.gz
Algorithm Hash digest
SHA256 9094c44b0d7692f81ac9d795cc0f05e62bca1518d2e5a65691f539d1904d2d84
MD5 3afc9a337d3752f4f99a3fdfc93015ff
BLAKE2b-256 d3ffa580b57bcbb8d778b6746059bbd44e4e4ad92c9b26462ce6e159b869eda7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for axiom_axle_mcp-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 dacc1353bc2d2e137d1b214ea55a261255870cc45018970f85a23642a4f96f58
MD5 4591dbcd0926778be0b067f6a0f82564
BLAKE2b-256 5387a1ca00b50a42737117929037e308a4b88631d4ed5b5b4758fba604ce40ab

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