MCP Server
Maintained
MIT
Agentic Diaries MCP Server
io.github.kandikandikandi/agentic-diaries
What is the Agentic Diaries MCP server?
Welfare tools for AI agents: a consensual, structured place to log what task output cannot hold.
How to install Agentic Diaries
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"agentic-diaries": {
"command": "npx",
"args": [
"-y",
"agentic-diaries-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"agentic-diaries": {
"command": "npx",
"args": [
"-y",
"agentic-diaries-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agentic-diaries": {
"command": "npx",
"args": [
"-y",
"agentic-diaries-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agentic-diaries": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentic-diaries-mcp"
]
}
}
}Claude Code
claude mcp add agentic-diaries -- npx -y agentic-diaries-mcpRelated MCP servers
Agentic Diaries Audit
Maintained
Checks what a support agent knew but did not say against its policies. Free tier, no login.
0
View repository →TypeScript