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/flyinglimao/mcp-server-memos/agents-mdgit clone --depth 1 https://github.com/flyinglimao/mcp-server-memosWrote 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/instructions/flyinglimao/mcp-server-memos/agents-md)<a href="https://agentmods.dev/instructions/flyinglimao/mcp-server-memos/agents-md"><img src="https://agentmods.dev/badge/instructions/flyinglimao/mcp-server-memos/agents-md.svg" alt="Measured on agentmods" height="20"></a>What 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.01274 | $0.01274 |
| Opus 5 | $0.00637 | $0.00637 |
| Sonnet 5 | $0.00255 | $0.00255 |
| Haiku 4.5 | $0.00127 | $0.00127 |
Grade B, and why
mcp-server-memos AGENTS.md scanned grade B with 1 finding 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 4d 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.
Unrestricted tool accessmediumExcessive agency
A wildcard tool grant or "run any command" leaves no least-privilege boundary at all.
| `--full-tools` | Enable all tools (Tier 1 + 2 + 3) | How it starts
The opening of the file, as written. The whole thing — 149 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Instructions for memos-mcp-server
This document provides context and instructions for AI agents working on this project.
Project Overview
This is a Model Context Protocol (MCP) Server for Memos, a privacy-focused note-taking application. The MCP server allows AI assistants to interact with Memos instances programmatically.
Key Features
- Multi-Instance Support: Connect to multiple Memos instances simultaneously
- Dynamic Instance Selection: Query specific instances or all instances at once
- Instance Management: Add, remove, and store connection credentials
- Three-Tier Tool Exposure: Control context usage with
--user-tools,--admin-tools, or--full-tools
Architecture
src/
├── index.ts # Entry point with CLI argument parsing
├── server.ts # MCP server setup and tool registration
├── config/
│ └── store.ts # Persistent storage for instance connections
├── api/
│ ├── client.ts # Base API client for Memos
│ └── services/ # Individual API service implementations
│ ├── memo.ts # Memo CRUD operations
│ ├── attachment.ts # Attachment management
│ ├── shortcut.ts # Shortcuts (saved filters)
│ ├── pat.ts # Personal Access Tokens (user-tools)
│ ├── webhook.ts # Webhooks (user-tools)
│ ├── user.ts # User management (admin-tools)
│ ├── instance.ts # Instance info (admin-tools)
│ └── activity.ts # Activity logs (admin-tools)
└── tools/
├── tier1/ # Default tools (notes)
│ ├── instances.ts # Instance connection tools
│ ├── memos.ts # Memo tools
│ ├── tags.ts # Tag tools
│ ├── shortcuts.ts # Shortcut tools
│ └── attachments.ts# Attachment tools
├── tier2/ # User advanced tools (--user-tools)
│ ├── pats.ts # PAT tools
│ ├── webhooks.ts # Webhook tools
│ ├── settings.ts # User settings tools
│ └── notifications.ts # Notification tools
└── tier3/ # Admin tools (--admin-tools)
├── users.ts # User management tools
├── instance.ts # Instance settings tools
└── activities.ts # Activity tools
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.
- 4d ago First seen · 149 lines · 1,274 tokens per session scan B 4ce573e45f94
mcp-server-memos AGENTS.md is an instructions file published in the GitHub repository flyinglimao/mcp-server-memos (2 stars, last pushed 8mo ago), licensed MIT. It adds 1,274 tokens to every session, about $0.0064 per session on Opus 5. A static security scan graded it B with 1 finding (unrestricted tool access). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
codemark GEMINI.md
Gemini CLI instructions for DanielCardonaRojas/codemark, covering development workflow and debugging with the tui logging system.
spellbook AGENTS.md
AGENTS.md instructions for majiayu000/spellbook, covering spellbook agent contract, routing, scope rules, threads long-run guardrails and validation.
vrchat-mcp AGENTS.md
AGENTS.md instructions for BASIC-BIT/vrchat-mcp, covering agents, tool ergonomics goals (distilled), curated output philosophy, specific notes (current direction) and caching considerations (planned).
minimalist copilot-instructions.md
Instructions for DivyeshJayswal/minimalist, covering minimalist (coding tasks), persistence, fast path, bias and output.
totem AGENTS.md
AGENTS.md instructions for mmnto-ai/totem, covering totem: agent instructions, what totem is, session start protocol (mandatory), essentials and totem workflow.
front-mcp CLAUDE.md
Claude Code instructions for wearehoust/front-mcp, a project described as: Secure MCP server for Front.com: search conversations, manage contacts, send messages, automate inbox workflows — 26 tools, 172 actions.