Back to Apps

Forall
by astrio-labs
Generate spec-driven code with machine-checkable proofs to ensure software correctness.
0 stars
Works in:CursorCodex
Exposes:Tools
What it does
Forall connects your AI coding agent to a hosted verification service that ensures the code generated adheres to a formal specification. It allows AI agents (like Cursor or Claude Code) to verify their edits against proofs, significantly reducing bugs in complex logic.
Tools
verify: Validates current workspace changes against the project's formal specifications and proofs.init: Initializes a Forall project within a git repository.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"forall": {
"command": "npx",
"args": ["-y", "@astrio/forall-mcp"],
"env": {
"FORALL_API_KEY": "your_api_key_here"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- Claude Code
- Codex
Quick install
npx -y @astrio/forall-mcpInformation
- Pricing
- freemium
- Published
- 7/28/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add to AGENTS.md or mcp config entry.Cursor
Add npx -y @astrio/forall-mcp to MCP settings with FORALL_API_KEY env var.Claude Desktop
{
"mcpServers": {
"forall": {
"command": "npx",
"args": ["-y", "@astrio/forall-mcp"],
"env": {
"FORALL_API_KEY": "your_api_key_here"
}
}
}
}





