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.3.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.3-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: axiom_axle_mcp-0.1.3.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.3.tar.gz
Algorithm Hash digest
SHA256 3bea645a2a1e936f0f8d4e5f1196c3cde797b3927cc6ffb59423adec84dc0cf3
MD5 350aac356b1d6fe9256333574e56a8b4
BLAKE2b-256 47c4d2dd2e0da4139e45a2549d8ee94a9da8f2344e9c9e21a25076c40fc708e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for axiom_axle_mcp-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 78cd8d3b12524934691b0644e8d909a8f04d7075d57a92aeb8e622b904ae6a28
MD5 3cdf1f4b189a7c1d5d7fed42876997a4
BLAKE2b-256 28c7c9ce4a2645931a3cf1f25f84c66801c375af9edff6c97d25351fe7389c10

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