Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
Wrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/mcp/cmg8431/claude-dejavu/dejavu)<a href="https://agentmods.dev/mcp/cmg8431/claude-dejavu/dejavu"><img src="https://agentmods.dev/badge/mcp/cmg8431/claude-dejavu/dejavu/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/mcp/cmg8431/claude-dejavu/dejavu"><img src="https://agentmods.dev/badge/mcp/cmg8431/claude-dejavu/dejavu.svg" alt="Reviewed on agentmods" width="80" height="20"></a>Grade A, and why
dejavu scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
{
"dejavu": {
"type": "stdio",
"command": "sh",
"args": [
"-c",
"_C=\"${CLAUDE_CONFIG_DIR:-$HOME/.claude}\"; _E=\"${CLAUDE_PLUGIN_ROOT:-${PLUGIN_ROOT:-}}\"; _P=$({ [ -n \"$_E\" ] && printf '%s\\n' \"$_E\"; printf '%s\\n' \"$PWD/plugin\" \"$PWD\"; ls -dt \"$_C/plugins/cache/cmg8431/claude-dejavu\"/[0-9]*/ 2>/dev/null; printf '%s\\n' \"$_C/plugins/marketplaces/cmg8431/plugin\"; } | while IFS= read -r _R; do [ -d \"$_R/plugin/scripts\" ] && _Q=\"$_R/plugin\" || _Q=\"$_R\"; [ -f \"$_Q/scripts/mcp-server.js\" ] && { printf '%s\\n' \"$_Q\"; break; }; done); [ -n \"$_P\" ] || { echo \"claude-dejavu: mcp server not found\" >&2; exit 1; }; exec node \"$_P/scripts/mcp-server.js\""
]
}
}What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 10 lines scan A a66b9c503188
dejavu is an MCP server published in the GitHub repository cmg8431/claude-dejavu (2 stars, last pushed 3mo ago), licensed MIT. Its token cost is not measured: an MCP server costs its tool schemas, not its config file. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other mcp servers, from other repositories
longhand
MCP server "longhand" as configured in Wynelson94/longhand. Launched with longhand mcp-server.
mcp-memory-server
Hosted memory for AI agents that learns from outcomes — one key across Claude, Cursor & ChatGPT. Runs locally from the @mnemoverse/mcp-memory-server npm package. Needs 2 environment variables to run.
cmk
MCP server "cmk" as configured in LH8PPL/core-memory-kit. Launched with cmk mcp serve.
agentkeeper-aria
MCP server "agentkeeper-aria" as configured in Thinklanceai/agentkeeper. Launched with agentkeeper-mcp --agent-id aria --provider anthropic. Needs 2 environment variables to run.
code-firewall-mcp
Code similarity firewall - blocks dangerous code patterns before they reach execution tools. Runs locally from the code-firewall-mcp Python package. Needs 4 environment variables to run.
mnemonic-memory
AI Memory MCP Server - Persistent memory management for Claude and other AI assistants. Runs locally from the mnemonic-memory Python package.