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/ramsbaby/jarvis/serena)<a href="https://agentmods.dev/mcp/ramsbaby/jarvis/serena"><img src="https://agentmods.dev/badge/mcp/ramsbaby/jarvis/serena.svg" alt="Measured on agentmods" height="20"></a>Grade A, and why
serena 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 6d 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
{
"serena": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/oraios/serena",
"serena",
"start-mcp-server",
"--context=claude-code",
"--project",
"/Users/ramsbaby/jarvis"
],
"env": {
"ENABLE_TOOL_SEARCH": "true"
},
"description": "jarvis 본체 심볼 인덱싱 (bash/JS/Python/Next.js 혼합)"
}
}What else .mcp.json configures
This page is one entry in a file that holds 2. Installing the file brings all of them; each is measured and scanned on its own page.
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.
- 6d ago First seen · 18 lines scan A 8e1532bcafb9
serena is an MCP server published in the GitHub repository Ramsbaby/jarvis (16 stars, last pushed 13d 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-30.
Other mcp servers, from other repositories
haiku-rag
Local-first agentic RAG with citations - hybrid search, reranking and multimodal retrieval over your own documents, no database server required. Runs locally from the haiku-rag Python package.
basemind
MCP server "basemind" as configured in Goldziher/basemind. Runs const fs=require("fs"),p=require("path"),o=require("os"),u=require("url"),c=p.join(process.env.BASEMIND_CODEX_HOME||process.env.CODEX_HOME||p.join(o.homedir(),".codex"),"plugins","cache"),s=fs.readdirSync(c,{withFileTypes:true}).flatMap(m=>{const…
linggen
MCP server "linggen", hosted remotely, as configured in linggen/linggen-memory.
ling-mem
MCP server "ling-mem", hosted remotely, as configured in linggen/linggen-memory.
yourimageshare
MCP server exposing the YourImageShare upload API (upload/list/delete) as tools for AI agents. Runs locally from the yourimageshare-mcp npm package. Needs 1 environment variable to run.
pdf-mcp
Surgical PDF access for AI agents: keyword, semantic & hybrid search; structured extraction of text, tables, images & TOC; OCR; and CJK/vertical-script support — with SQLite caching. Runs locally from the pdf-mcp Python package.