mcpbeat Sign in

Anno MCP Server

by philmingdao Your server? Claim it
local only

Anno runs on your own machine — the client starts it, so there is no endpoint to ping. 45 installs a week from npm. Last commit 22 Aug 2026.

Local-first HTML review, editing, and annotation for AI coding agents.

Installs per day peak 20 · avg 7 · +56% w/w
a month agotoday
45
Installs / week
npm · @philmingdao/anno
1
Stars
0 open issues
22 Aug 2026
Last commit
0 releases in 90 days
MIT
License
HTML

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] assets/editor.html:1, [пакет] assets/handoff.html:1
этот файл ставится пользователю, но в репозитории его нет
  return spawnSync(probe, [command], { stdio: 'ignore' }).status === 0;
          const target = path.join(root, required);
Page executes code built at runtime [пакет] assets/editor.html:153, adapters/dsh-native/assets/editor.html:153, plugins/anno/assets/editor.html:156 и ещё 1
…utton.type='button';button.className='anno-comment-button';button.setAttribute('aria-label',t('addAreaComment'));button.innerHTML=commentIcon;button.addEventListener('click',event=>{event.preventDefault();event.stopPropagation();openCommentPopover(annotation,button)});marker.appe…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 anno -- npx -y @philmingdao/anno
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "anno": {
      "args": [
        "-y",
        "@philmingdao/anno"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.anno]
command = "npx"
args = ["-y", "@philmingdao/anno"]
.cursor/mcp.json
{
  "mcpServers": {
    "anno": {
      "args": [
        "-y",
        "@philmingdao/anno"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "anno": {
      "args": [
        "-y",
        "@philmingdao/anno"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Anno

same job, measured the same way
Dreamd
by botzrdev

Local-first, cross-harness memory for AI coding agents.

223 installs/wk local only
Logbook
by promptwheel-ai

Local Git-history memory for coding agents: reverts, suppressions, hotspots, and annotations.

73 installs/wk local only
Memini
by lumayapartners

Local-first project memory and mistake-prevention guardrails for AI coding agents.

54 installs/wk local only
PMB AI
by oleksiijko

Local-first persistent memory for AI coding agents.

293 installs/wk local only
MCP Documentation Server
by andrea9293

Local-first document management and semantic search for AI coding agents

98 installs/wk local only
Holster MCP
by nautaai

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

91 installs/wk local only
Orbit
by constellation-works

Orbit's local-first task and workflow registry for coding agents.

624 installs/wk local only
Whitemagic MCP
by lbailey94

Local-first memory and session continuity for AI coding agents over MCP. No cloud, no telemetry.

1 080 installs/wk local only

Anno — questions

Answers built from our own checks of this server.

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