Back to Home
gleachkr icon

aristotle-mcp

by gleachkr

Overview

Enables LLMs to prove theorems in Lean and formalize mathematical problems via the Aristotle API.

Installation

Run Command
uv run main.py

Environment Variables

  • ARISTOTLE_API_KEY

Security Notes

The server directly uses user-provided file paths for reading and writing operations (e.g., `file_path`, `save_solution_to`, `save_to`). This creates a significant risk of path traversal if an untrusted LLM or external actor can control these arguments, potentially allowing read/write access to arbitrary files on the system. The server should implement robust input validation and sanitization for all file-related arguments or operate within a highly restricted sandbox environment.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassLow
Stars0
Forks0
Last Update2025-12-11

Tags

Leanformal verificationmathematicsLLM tooltheorem proving