Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/robert7/remnote-mcp-server/agents-mdgit clone --depth 1 https://github.com/robert7/remnote-mcp-serverWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.02146 | $0.02146 |
| Opus 5 | $0.01073 | $0.01073 |
| Sonnet 5 | $0.00429 | $0.00429 |
| Haiku 4.5 | $0.00215 | $0.00215 |
Grade A, and why
remnote-mcp-server AGENTS.md 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 195 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
This file is a map for AI agents working in remnote-mcp-server.
Repo Role
This repo exposes RemNote operations as MCP tools over Streamable HTTP, bridges those tool calls to the RemNote plugin over WebSocket, and ships bundled local client entrypoints.
AI agents (HTTP MCP) <-> HTTP server (:3001) <-> WebSocket bridge (:3002) <-> RemNote plugin
AI agents (stdio MCP) <-> remnote-mcp-stdio <-> HTTP server (:3001) <-> WebSocket bridge (:3002) <-> RemNote plugin
CLI commands <-> remnote-cli <-> HTTP server (:3001) <-> WebSocket bridge (:3002) <-> RemNote plugin
Companion Repos (Sibling Dirs)
Resolve from this repo root ($(pwd)):
$(pwd)/../remnote-mcp-bridge- source of bridge action contracts + plugin behavior
When changing action names, payloads, or response semantics, validate this repo and bridge docs. The old standalone
remnote-cli repo is discontinued; maintained CLI code lives in this repo under src/remnote-cli/.
Contract Map (Current)
External MCP Tool Surface (17)
remnote_create_noteremnote_searchremnote_search_by_tagremnote_read_noteremnote_get_mediaremnote_list_childrenremnote_move_noteremnote_update_noteremnote_set_document_statusremnote_insert_childrenremnote_replace_childrenremnote_update_tagsremnote_set_propertyremnote_append_journalremnote_read_tableremnote_get_playbookremnote_status
Bundled CLI Command Surface
remnote-cli createremnote-cli searchremnote-cli search-by-tagremnote-cli readremnote-cli get-mediaremnote-cli list-childrenremnote-cli move-noteremnote-cli updateremnote-cli set-document-statusremnote-cli insert-childrenremnote-cli replace-childrenremnote-cli update-tagsremnote-cli journalremnote-cli statusremnote-cli read-table
Bridge Action Mapping and Compatibility
- Most tools map to same conceptual bridge actions (
create_note,search,search_by_tag,read_note,get_media_locator,list_children,move_note,update_note,set_document_status,insert_children,replace_children,update_tags,set_property,append_journal,read_table,get_status). - Bridge plugin sends WebSocket
hellowith plugin version. remnote_statusenriches output with server version + optionalversion_warningfor compatibility drift.
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.
- 3d ago First seen · 195 lines · 2,146 tokens per session scan A 80575937fa13
remnote-mcp-server AGENTS.md is an instructions file published in the GitHub repository robert7/remnote-mcp-server (26 stars, last pushed 11d ago), licensed MIT. It adds 2,146 tokens to every session, about $0.0107 per session on Opus 5. 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 instructions, from other repositories
better-email-mcp CLAUDE.md
Instructions for n24q02m/better-email-mcp, covering claude.md - better-email-mcp, commands, setup, lint & type check and fix.
roboclaws AGENTS.md
Instructions for MiaoDX/roboclaws, covering agents.md, 0) startup reads, 1) critical local hazards, 2) standard commands and 3) architecture rules.
mcp-fantastical AGENTS.md
Instructions for aplaceforallmystuff/mcp-fantastical, covering agents.md - mcp-fantastical, tech stack, architecture, integration method and development.
OpenClaw-Admin AGENTS.md
Instructions for itq5/OpenClaw-Admin, covering 仓库协作指南, 项目结构与模块组织, 构建、测试与开发命令, 代码风格与命名规范 and 测试要求.
meetey CLAUDE.md
Claude Code instructions for jej2k5/meetey, covering claude.md, project, setup, commands and architecture.
ag-bash CLAUDE.md
Claude Code instructions for sairam0424/ag-bash, covering claude.md, project overview, distribution, npm (library + servers, synchronized at 6.0.4) and mcp server in claude code.