mcpbeat Sign in

Agentic Diaries MCP Server

local only

Agentic Diaries runs on your own machine — the client starts it, so there is no endpoint to ping. 49 installs a week from npm. Last commit 20 Jul 2026.

Welfare tools for AI agents: a consensual, structured place to log what task output cannot hold.

Installs per day peak 25 · avg 8 · -45% w/w
a month agotoday
49
Installs / week
npm · agentic-diaries-mcp
0
Stars
0 open issues
20 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Agentic Diaries 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 agentic-diaries -- npx -y agentic-diaries-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentic-diaries": {
      "args": [
        "-y",
        "agentic-diaries-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentic-diaries]
command = "npx"
args = ["-y", "agentic-diaries-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentic-diaries": {
      "args": [
        "-y",
        "agentic-diaries-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentic-diaries": {
      "args": [
        "-y",
        "agentic-diaries-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Agentic Diaries

same job, measured the same way
Webhook AI MCP
by csoai-org

Webhook Ai tools for AI agents. Capabilities: validate webhook signature, log webhook event, replay

141 installs/wk local only
Trace Forge
by mdfifty50-boop

Structured execution trace and span logging for AI agents

28 installs/wk local only
Structured Output MCP Traced Agent
by getvda

Structured Output MCP Traced Agent

2 tools answering
Structured Output Agent C2ddcc
by getvda

Traced Structured Output Agent (Groq)

2 tools answering
Holster MCP
by nautaai

Local-first secret scanning, rotation, vault, and audit-log tools for AI agents.

91 installs/wk local only
I
agentrace
by ura-tools

Structured observability for AI agents. Trace steps, decisions, and errors. MCP server + CLI viewer.

29 installs/wk local only
docbin
by docbin

Give an agent a place to put large output. Build logs and reports get a stable versioned URL.

3 tools answering
Sota
by sota-deploy

Deploy web apps via AI agents with sota.io. 9 tools for deploy, logs, env, and more.

local only

Agentic Diaries — questions

Answers built from our own checks of this server.

Why is there no uptime for Agentic Diaries?
Agentic Diaries 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 npm package agentic-diaries-mcp was installed 49 times last week.
How do I connect Agentic Diaries?
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 agentic-diaries-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agentic Diaries?
The npm package agentic-diaries-mcp was installed 49 times in the last week. Week over week that is -45%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agentic Diaries open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 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.