mcpbeat Sign in

GroundLens MCP Server

by groundlens-dev Your server? Claim it
local only

GroundLens runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 21 Sep 2026.

Verify AI answers and executions and seal signed, offline-verifiable evidence records.

Installs / week
pypi · groundlens
8
Stars
0 open issues
21 Sep 2026
Last commit
no recent releases
Apache-2.0
License
Rust

Nothing serious here today

Today is the operative word: we check GroundLens every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add groundlens -- uvx groundlens
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "groundlens": {
      "args": [
        "groundlens"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.groundlens]
command = "uvx"
args = ["groundlens"]
.cursor/mcp.json
{
  "mcpServers": {
    "groundlens": {
      "args": [
        "groundlens"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "groundlens": {
      "args": [
        "groundlens"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to GroundLens

same job, measured the same way
Soma
by medianemi-beep

Execution-verified code generation and verification with signed, offline-checkable certificates.

23 installs/wk local only
MIAPI — Grounded Web Answers
by miapi

Web search and AI answers with real source citations and a confidence score.

257 installs/wk local only
GRAFOMEM CGR Read
by grafomem

Read Foundation-signed, offline-verifiable CGR agent-reputation attestations. No install.

answering
Verify MCP
by tomjwxf

Offline Ed25519 verification of signed receipts, bundles, and trust artifacts.

51 installs/wk local only
Pcrzero
by pcrzero

Issue signed receipts for AI agent actions; verify any receipt offline - free, no account.

37 installs/wk 3 tools answering
Verify MCP
by scopeblind

Offline Ed25519 verification of signed receipts, bundles, and trust artifacts.

local only
Acta — Verifiable Agent Memory
by kylewilson04

Verifiable agent memory with signed ledger receipts — verify every write offline.

local only
Attestify OS
by attestifyagent

MCP stdio server for Attestify OS — governed agent execution and Attestify Trust signed evidence.

43 installs/wk local only

GroundLens — questions

Answers built from our own checks of this server.

Why is there no uptime for GroundLens?
GroundLens runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package groundlens.
How do I connect GroundLens?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls groundlens straight from pypi; nothing to host, nothing to sign up for.
Is GroundLens open source?
Yes — it is published under the Apache-2.0 licence, written in Rust and 8 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.