An open API service indexing awesome lists of open source software.

https://github.com/namin/dafny-mcp

Dafny Verifier Tool for the Model Context Protocol, which can be used with Claude
https://github.com/namin/dafny-mcp

Last synced: 3 months ago
JSON representation

Dafny Verifier Tool for the Model Context Protocol, which can be used with Claude

Awesome Lists containing this project

README

          

# dafny-mcp
Dafny Verifier Tool for the Model Context Protocol, which can be used with Claude

## Dependencies

- Uses Dafny locally so install it, e.g. `brew install dafny` on Mac OS X.
- Uses the [MCP Python SDK](https://github.com/modelcontextprotocol/python-sdk)

## Setup

- `uv pip install "mcp[cli]"`
- `mcp install mcp.py`
- `mcp dev mcp.py`