← Back to Plugins
MCP Server MCP

io.github.lemmaoracle/mcp

github By github 👁 1 views ▲ 0 votes

Verifiable provenance for AI agents — ZK proofs over confidential documents, no plaintext exposure.

Homepage Verified source GitHub

Install

npx -y @lemmaoracle/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.lemma.workers.dev/mcp",
      "headers": [
        {
          "description": "Lemma API key as Bearer token. Format: 'Bearer <LEMMA_API_KEY>'. Get a key at https://lemma.frame00.com/services",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@lemmaoracle/mcp",
      "version": "0.0.17",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Lemma API key (Bearer token). Get one at https://lemma.frame00.com/services",
          "isRequired": true,
          "isSecret": true,
          "name": "LEMMA_API_KEY"
        },
        {
          "description": "Optional API base URL. Defaults to production endpoint.",
          "name": "LEMMA_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...