npm @lemmaoracle/mcpstreamable-httpupdated 8d ago
Lemma is a cryptographically verified truth layer for agent AI. It lets AI reason over confidential data via zero-knowledge proofs, selective disclosure, and tamper-evident provenance — while raw content stays encrypted.
Was kannst du mit lemmaoracle machen?
Lemma Oracle
Give AI proven facts.
Lemma is a cryptographically verified truth layer for agent AI. It lets AI reason over confidential data via zero-knowledge proofs, selective disclosure, and tamper-evident provenance — while raw content stays encrypted.
Every attribute an AI reads through Lemma carries permanent provenance: who issued it, which schema defined it, how it was proven, and where its verification record is anchored.
Learn more
- 🌐 Website: https://lemma.frame00.com
- 📄 Services: https://lemma.frame00.com/services
- ✍️ Blog & essays: https://lemma.frame00.com/blog
- ❓ FAQ: https://lemma.frame00.com/blog/faq
MCP server
@lemmaoracle/mcp is the Model Context Protocol (MCP) server for Lemma,
published on npm and built with the official MCP SDK
(@modelcontextprotocol/sdk). Point Claude Desktop or any MCP-compatible
agent at it:
{
"mcpServers": {
"lemma": {
"command": "npx",
"args": ["-y", "@lemmaoracle/mcp"],
"env": { "LEMMA_API_KEY": "YOUR_API_KEY" }
}
}
}
Tool list, env vars, and contributor build: packages/mcp/README.md · npm
Packages
Public packages in this monorepo:
packages/mcp/—@lemmaoracle/mcp, the Model Context Protocol (MCP) server for AI agents (this is the package above).packages/sdk/—@lemmaoracle/sdk, TypeScript SDK for the Lemma API.packages/spec/—@lemmaoracle/spec, OpenAPI spec + shared TypeScript types.packages/x402/—@lemmaoracle/x402, x402 payment middleware drop-in.
Contact
For partnership and implementation inquiries, please use the contact form: https://lemma.frame00.com/services
License
This repository uses different licenses for different packages:
| Package | License |
|---|---|
packages/contracts, packages/relay, packages/passthrough |
BUSL-1.1 (changes to Apache-2.0 on 2030-05-01) |
packages/sdk, packages/spec, packages/mcp, packages/parser, packages/x402 |
Apache-2.0 |
packages/web |
Private (not distributed) |
The root LICENSE file applies as the default. Each package may contain its own LICENSE file that takes precedence.
© 2026 FRAME00 Inc.
Installation
lemmaoracle zu deinem Client hinzufügen. Wähl den, den du nutzt.
{
"servers": {
"mcp": {
"type": "http",
"url": "https://mcp.lemma.workers.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add mcp -- npx -y @lemmaoracle/mcpcodex mcp add mcp -- npx -y @lemmaoracle/mcpamp mcp add mcp -- npx -y @lemmaoracle/mcp{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@lemmaoracle/mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@lemmaoracle/mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@lemmaoracle/mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@lemmaoracle/mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@lemmaoracle/mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@lemmaoracle/mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@lemmaoracle/mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @lemmaoracle/mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Unvollständig
- Dokumentation22/25
- Pflege25/25
- Vertrauen9/20
- Funktionsumfang0/15
- Installation15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 0 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 0.0.17Aktuell | 18. Mai 2026 |
| 0.0.16 | 18. Mai 2026 |
| 0.0.8 | 1. Mai 2026 |