Odel
verso mcp

verso mcp

Local
@nvlang1PythonApache-2.0Updated 1mo ago

MCP server to read Verso-generated documentation sites (e.g., the Lean Language Reference).

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIverso-mcpv0.4.2

Run

uvx verso-mcp

MCP client config

{
  "mcpServers": {
    "verso-mcp": {
      "command": "uvx",
      "args": [
        "verso-mcp"
      ]
    }
  }
}