← Back to Plugins
MCP Server MCP

io.github.nvlang/verso

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx verso-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "verso-mcp",
      "version": "0.4.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Comma-separated alias=url list of Verso Manual-genre sites to serve. Defaults to the Lean Language Reference when unset.",
          "name": "VERSO_MCP_SITES"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...