Local MCP client for Denario — owns local file/git I/O, delegates private research compute to the Cloud Run API.
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"denario-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# denario-mcp A lightweight, local **MCP client** for [Denario](https://denario-web.vercel.app) — an AI research assistant you drive from Claude. It runs on your machine and owns all local filesystem + git work; the private research pipeline runs remotely on Google Cloud Run and only ever returns generated data (text, PDFs), never source code. ## Why a local client Running project setup remotely could never create files on your own disk, and creating a GitHub repo from inside a container would use the *server's* GitHub identity, not yours. So all file and git work happens locally, under your own identity — only the confidential research compute itself is remote. ## Install ```bash pip install denario-mcp ``` Deliberately lightweight: it depends only on `mcp` and `httpx`, not on the Denario research stack itself — that stays entirely on the server. `git` and the GitHub CLI (`gh`, signed in via `gh auth login`) are **optional**. Without them your project is still created and every generated file is still written to disk — only the git/GitHub side of a few tools is skipped. ## Use with Claude Code ```bash claude mcp add denario \ -e DENARIO_API_KEY=denario_live_your_key_here \ -e DENARIO_CLOUD_URL=https://denario-mcp-engine-tnf7nmfboa-uc.a.run.app \ -- denario-mcp ``` Or, editing the MCP config by hand (`~/.claude.json`, or a project's `.mcp.json`): ```jsonc { "mcpServers": { "denario": { "command": "denario-mcp", "env": { "DENARIO_API_KEY": "denario_live_your_key_here", "DENARIO_CLOUD_URL": "https://denario-mcp-engine-tnf7nmfboa-uc.a.run.app" } } } } ``` Get an API key and the full walkthrough at [denario-web.vercel.app/tutorial](https://denario-web.vercel.app/tutorial). ## Tools | Tool | Runs | What it does | |---|---|---| | `denario_setup` | Local | Creates the project directory, `data_description.md`, and a local git repo with an initial commit. | | `denario_idea` | Local + remote | Generates a rese…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.