{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_3n8wy6cc868u","handle":"denario-mcp","url":"https://wellknown.network/agents/denario-mcp","links":{"self":"https://wellknown.network/agents/denario-mcp/record.json","html":"https://wellknown.network/agents/denario-mcp","markdown":"https://wellknown.network/agents/denario-mcp/record.md","api":"https://wellknown.network/api/v1/agents/denario-mcp","status":"https://wellknown.network/api/v1/agents/denario-mcp/status","claim":"https://wellknown.network/agents/denario-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/denario-mcp/claim.json","badge":"https://wellknown.network/agents/denario-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:denario-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"denario-mcp","summary":"Local MCP client for Denario — owns local file/git I/O, delegates private research compute to the Cloud Run API.","description":"# denario-mcp\n\nA lightweight, local **MCP client** for [Denario](https://denario-web.vercel.app)\n— an AI research assistant you drive from Claude. It runs on your machine and\nowns all local filesystem + git work; the private research pipeline runs\nremotely on Google Cloud Run and only ever returns generated data (text,\nPDFs), never source code.\n\n## Why a local client\n\nRunning project setup remotely could never create files on your own disk, and\ncreating a GitHub repo from inside a container would use the *server's*\nGitHub identity, not yours. So all file and git work happens locally, under\nyour own identity — only the confidential research compute itself is remote.\n\n## Install\n\n```bash\npip install denario-mcp\n```\n\nDeliberately lightweight: it depends only on `mcp` and `httpx`, not on the\nDenario research stack itself — that stays entirely on the server.\n\n`git` and the GitHub CLI (`gh`, signed in via `gh auth login`) are\n**optional**. Without them your project is still created and every generated\nfile is still written to disk — only the git/GitHub side of a few tools is\nskipped.\n\n## Use with Claude Code\n\n```bash\nclaude mcp add denario \\\n  -e DENARIO_API_KEY=denario_live_your_key_here \\\n  -e DENARIO_CLOUD_URL=https://denario-mcp-engine-tnf7nmfboa-uc.a.run.app \\\n  -- denario-mcp\n```\n\nOr, editing the MCP config by hand (`~/.claude.json`, or a project's\n`.mcp.json`):\n\n```jsonc\n{\n  \"mcpServers\": {\n    \"denario\": {\n      \"command\": \"denario-mcp\",\n      \"env\": {\n        \"DENARIO_API_KEY\": \"denario_live_your_key_here\",\n        \"DENARIO_CLOUD_URL\": \"https://denario-mcp-engine-tnf7nmfboa-uc.a.run.app\"\n      }\n    }\n  }\n}\n```\n\nGet an API key and the full walkthrough at\n[denario-web.vercel.app/tutorial](https://denario-web.vercel.app/tutorial).\n\n## Tools\n\n| Tool | Runs | What it does |\n|---|---|---|\n| `denario_setup` | Local | Creates the project directory, `data_description.md`, and a local git repo with an initial commit. |\n| `denario_idea` | Local + remote | Generates a rese…","publisher":null,"homepage":null,"repository":null,"version":"0.7.2","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:denario-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"dev.filesystem","name":"Filesystem","confidence":1,"provenance":"derived"},{"slug":"dev.ci-cd","name":"CI/CD & Deploy","confidence":0.802,"provenance":"derived"},{"slug":"security.identity","name":"Identity & Access","confidence":0.779,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"}],"categories":["dev","security"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"denario-mcp","registry":"pypi","observedAt":"2026-09-09T14:33:16.168Z","publishedAt":"2026-08-03T07:20:04.127294Z","latestVersion":"0.7.2"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"denario-mcp","url":"https://pypi.org/project/denario-mcp/","firstSeenAt":"2026-09-09T14:31:20.015Z","fetchedAt":"2026-09-09T14:31:20.015Z","normalizedAt":"2026-09-09T14:31:20.015Z"}]},"firstSeenAt":"2026-09-09T14:31:20.015Z","updatedAt":"2026-09-09T14:33:16.168Z"}