Axle
БесплатноНе проверенMCP Server for AI agents to interact with our Lean infrastructure
Описание
MCP Server for AI agents to interact with our Lean infrastructure
README
A Model Context Protocol server for Axiom Lean Engine — exposes Lean verification and manipulation tools to AI agents.

Installation
Create a free API key: https://axle.axiommath.ai/app/console.
Add the MCP server to your client using one of the options below.
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"
}
}
}
}
Claude (web / desktop / mobile)
A hosted instance runs at https://mcp.axiommath.ai/mcp. You only need to do
this once; after setup, Axle is available in every future conversation.
- Open Claude and click your profile avatar → Settings.
- Go to the Connectors tab.
- Scroll to the bottom of the page and click Add custom connector.
- Fill in:
- Name:
Axle - Remote MCP server URL:
https://mcp.axiommath.ai/mcp
- Name:
- Expand Advanced settings and paste the API key from step 1 as the OAuth Client ID / Bearer token.
- Click Add.
- In any chat, open the tools menu (the + or paperclip icon in the composer) → Connectors → toggle Axle on. You should see the Axle tools listed.
Установка Axle
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/AxiomMath/axle-mcp-serverFAQ
Axle MCP бесплатный?
Да, Axle MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Axle?
Нет, Axle работает без API-ключей и переменных окружения.
Axle — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Axle в Claude Desktop, Claude Code или Cursor?
Открой Axle на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Axle with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
