Interactively develop Agda proofs by loading files, inspecting goals, and applying proof actions.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "agda-mcp-server" yet — see the docs or source repo.
Load my Agda file and list the current unfinished proof goals, contexts, and available variables, grouped by file location.
Returns the loaded file status plus each open goal’s type, context information, and available variables.
In the current proof, perform a case split on the parameter xs in the selected goal, and show all generated subgoals and the updated code snippet.
Returns the new subgoals after case splitting and the Agda code with inserted pattern-matching branches.
Try refinement on the current goal, automatically filling in a suitable constructor or function call from the context, and explain why it fits.
Outputs the updated proof skeleton, the constructor or function used, and an explanation of how the goal was narrowed or solved.
Use Agda in MCP clients for checking, navigation, and proof assistance.
Access semantic code tools like definitions, references, rename, and diagnostics.
Provide Ada code navigation, diagnostics, and semantic intelligence for AI coding agents.
Use a CLI-based MCP tool for querying, web search, and file writing.
Securely read, write, and list files inside AI-driven workflows.
Give AI coding agents filesystem, Git, database, and compute tools via MCP.