← Index

io.github.lemmaoracle/mcp

io.github.lemmaoracle/mcp·v0.0.8·Other
Quality Score
85
/100

Query ZK-verified attributes, selective disclosure, and on-chain provenance from Lemma Oracle.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@lemmaoracle/mcp"
      ],
      "env": {
        "LEMMA_API_KEY": "<your-lemma_api_key>",
        "LEMMA_API_BASE": "<lemma_api_base>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@lemmaoracle/mcp"
      ],
      "env": {
        "LEMMA_API_KEY": "<your-lemma_api_key>",
        "LEMMA_API_BASE": "<lemma_api_base>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @lemmaoracle/mcp
§02  Environment variables
LEMMA_API_KEY
requiredsecret

Lemma API key (Bearer token).

LEMMA_API_BASE

Optional API base URL. Defaults to production endpoint.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other