anno
Integration with GitHub Copilot CLI and Chat (used locally) via MCP and Skill configuration, enabling HTML review and editing workflows.
Integration with Google Antigravity through a local stdio MCP server, enabling HTML review and editing workflows with the Anno editor.
Experimental integration with Meta Muse Code via local stdio MCP, enabling HTML review and editing workflows.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@annoOpen the HTML file and add a comment to the navigation bar."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Anno
Anno is a local-first HTML review workspace for AI coding agents. It opens an isolated copy of a local HTML file in a browser, supports direct text and formatting edits, element comments, area annotations, and slide-aware review, then returns a durable handoff that an agent can claim and resolve into a verified standalone HTML file.
The repository contains one shared MCP server and host-neutral skill, native plugin manifests where a host supports them, and copy-ready MCP templates for Cursor, Google Antigravity, Windsurf, GitHub Copilot, and Meta Muse Code. DeepSeek Harness and Muse Code support are experimental.
Highlights
Local-only HTTP editor bound to
127.0.0.1Source files are never overwritten
Direct text, typography, color, position, page-note, element, and area editing
Durable, idempotent agent handoffs
Legacy compatibility with existing
needs_codexsessionsShared MCP and
SKILL.mdimplementation across supported hostsSimplified Chinese and English UI, light and dark themes
Related MCP server: pulp
Requirements
Node.js 22 or newer
A host that supports local stdio MCP servers and can access local files
A browser for the review editor
Supported agent tools
Codex, Claude Code, WorkBuddy, and CodeBuddy use packaged plugin manifests. Cursor, Google Antigravity, Windsurf, GitHub Copilot CLI/Chat, and Muse Code connect to the same local stdio MCP server through host-specific configuration templates. DeepSeek Harness uses an experimental native bridge.
See Agent tool integrations for copy-ready configuration and host limitations.
Agent tool | Integration | Status |
Codex | Native plugin + MCP | Supported |
Claude Code | Native plugin + MCP | Supported |
WorkBuddy / CodeBuddy | Native plugin + MCP | Supported |
Cursor | Local stdio MCP | Supported |
Google Antigravity | Local stdio MCP | Supported |
Windsurf | Local stdio MCP | Supported |
GitHub Copilot CLI / Chat | Local stdio MCP | Supported locally |
DeepSeek Harness | Cordis-to-MCP bridge | Experimental |
Meta Muse Code | Local stdio MCP | Experimental |
One-command install
No clone or build is required. The installer detects available agent tools, lets you choose them interactively, merges only the anno entry into existing JSON/JSONC configuration, installs the shared skill, creates a timestamped backup before changes, and runs an MCP handshake.
npx -y @philmingdao/anno@0.4.0 setupFor unattended or host-specific installation:
npx -y @philmingdao/anno@0.4.0 setup --host cursor
npx -y @philmingdao/anno@0.4.0 setup --host cursor,windsurf,copilot
npx -y @philmingdao/anno@0.4.0 setup --host antigravity --scope projectUse the same command on macOS, Linux, and Windows. Node.js 22+ is the only shared prerequisite. Verify or safely remove Anno with:
npx -y @philmingdao/anno@0.4.0 doctor --host cursor
npx -y @philmingdao/anno@0.4.0 uninstall --host cursorCodex, Claude Code, WorkBuddy, and CodeBuddy are installed through their native plugin systems. Cursor receives a native plugin-compatible MCP/Skill layout; Antigravity receives a complete native plugin bundle; Windsurf receives MCP plus Skill configuration; and Copilot receives MCP plus Skill configuration. Muse Code requires the confirmed config path because its public configuration contract is not stable:
npx -y @philmingdao/anno@0.4.0 setup --host muse --config /absolute/path/to/mcp.jsonNative shortcuts are also available:
copilot plugin install philmingdao/anno:plugins/annoAfter Anno is accepted into Cursor Marketplace, Cursor users can install the repository's native plugin directly from the marketplace. Antigravity CLI can install the packaged directory with agy plugin install /path/to/host-plugins/antigravity when working from a downloaded package.
Manual configuration fallback
The universal installer is recommended. These version-pinned templates are retained for managed environments that require review and manual merging:
Agent tool | Template | Configuration destination |
Cursor | Project | |
Google Antigravity | Project | |
Windsurf | Merge into | |
GitHub Copilot CLI | Merge into | |
GitHub Copilot Chat in VS Code | Project | |
Meta Muse Code | Import through the build's MCP manager; experimental |
Copilot CLI can also be configured directly through MCP:
copilot mcp add anno --env ANNO_HOST=copilot -- npx -y @philmingdao/anno@0.4.0 mcpRestart or refresh the host's MCP server list after saving. GitHub's cloud coding agent cannot expose Anno's loopback review URL; use Copilot locally. Muse Code support remains experimental because its public MCP configuration contract is not yet stable.
Use the MCP server directly
Any stdio MCP client can launch:
npx -y @philmingdao/anno@0.4.0 mcpDevelopment
npm install
npm test
npm run pack:checkThe publishable package lives in plugins/anno. Generated dependencies and local review sessions are not committed.
Data and privacy
Anno processes HTML and annotations locally. The editor binds only to loopback and validates host and origin headers. Generic hosts store sessions under ~/.anno; Codex keeps its compatible default under ~/Library/Application Support/Codex/anno on macOS. Set ANNO_DATA_DIR to choose another directory.
Anno does not upload reviewed files. The connected agent host may process the draft and annotations according to that host's own data policy.
Compatibility
See docs/compatibility.md for host-specific behavior and limitations.
License
MIT. The bundled WDXL Lubrifont font remains covered by its separate SIL Open Font License in plugins/anno/assets/OFL-WDXL-Lubrifont.txt.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA local dev server with MCP interface for building HTML mockups together with an AI agent, enabling live collaborative editing through element selection and live preview.5MIT
- Alicense-qualityCmaintenanceEnables AI agents to collaboratively design and edit web pages on an infinite canvas using real HTML/CSS, with tools for reading, mutating, and exporting documents.833LGPL 3.0
- Alicense-qualityAmaintenanceEnables AI agents to render and interact with rich HTML one-pagers on a local canvas, with tools for rendering, commenting, selection, and status queries.164MIT
- AlicenseAqualityAmaintenanceLocal-first visual design workspace for AI assistants. Compose wireframes and branded multi-page HTML/CSS documents with live preview, annotations, brand and asset libraries, typed data collections, layout validation, PDF export, and draft-only Gmail handoff.1433718MIT
Related MCP Connectors
Human feedback for AI agents: share HTML, get a live review link, read anchored notes as markdown.
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
Human-in-the-loop for AI coding agents — ask questions, get approvals via Slack.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/philmingdao/anno'
If you have feedback or need assistance with the MCP directory API, please join our Discord server