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.
What can you do with lemmaoracle?
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.
Install
Add lemmaoracle to your client. Pick the one you use.
{
"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
Incomplete
- Documentation22/25
- Maintenance25/25
- Trust9/20
- Capability0/15
- Install experience15/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
Version history
| Versions | Published |
|---|---|
| 0.0.17Latest | May 18, 2026 |
| 0.0.16 | May 18, 2026 |
| 0.0.8 | May 1, 2026 |