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/aplaceforallmystuff/mcp-wisdom/agents-mdgit clone --depth 1 https://github.com/aplaceforallmystuff/mcp-wisdomWrote 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/aplaceforallmystuff/mcp-wisdom/agents-md)<a href="https://agentmods.dev/instructions/aplaceforallmystuff/mcp-wisdom/agents-md"><img src="https://agentmods.dev/badge/instructions/aplaceforallmystuff/mcp-wisdom/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.00440 | $0.00440 |
| Opus 5 | $0.00220 | $0.00220 |
| Sonnet 5 | $0.00088 | $0.00088 |
| Haiku 4.5 | $0.00044 | $0.00044 |
Grade A, and why
mcp-wisdom 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 5d 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
AGENTS.md - mcp-wisdom
MCP server providing philosophy-grounded thinking frameworks (Stoic, Cognitive, Mindfulness, Strategic).
Tech Stack
- Language: TypeScript
- Runtime: Node.js (ES modules)
- Protocol: Model Context Protocol (MCP)
- Build: TypeScript compiler (tsc)
Architecture
src/
index.ts # Server, tool definitions, response formatter functions
frameworks.ts # Quote collections, bias definitions, getRandomQuote()
Development Commands
npm run build # tsc
npm run dev # tsc && node dist/index.js
npm start # node dist/index.js
Environment Variables
None required. No external APIs or configuration needed.
Tools (9)
Stoic: wisdom_stoic_dichotomy, wisdom_stoic_premeditation, wisdom_stoic_memento_mori
Cognitive: wisdom_cognitive_bias_scan
Mindfulness: wisdom_mindful_pause
Strategic: wisdom_strategic_timing, wisdom_strategic_five_rings
Meta: wisdom_clarify (Socratic questioning), wisdom_ground (framework recommender)
Key Patterns
- Uses
Serverclass from MCP SDK (low-level API withsetRequestHandler) - Each tool has a dedicated
format*Response()function returning structured markdown - Quotes imported from
frameworks.tswithgetRandomQuote()for variety biasDefinitionsobject with judgment, decision, and social bias categories- Purely local tools (no API calls) returning structured markdown frameworks
Constraints
- No external APIs; all wisdom content and quotes are embedded in source files
Pre-Publish
Run /publish-mcp before any npm publish — mandatory pipeline that handles tests, secret scan, sanitize, docs check, version bump, tag, push, and publish in strict order. Do not run npm publish directly.
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.
- 5d ago First seen · 55 lines · 440 tokens per session scan A cd512851a325
mcp-wisdom AGENTS.md is an instructions file published in the GitHub repository aplaceforallmystuff/mcp-wisdom (3 stars, last pushed 23d ago), licensed MIT. It adds 440 tokens to every session, about $0.0022 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-31.
Other instructions, from other repositories
council-of-high-intelligence CLAUDE.md
Claude Code instructions for 0xNyk/council-of-high-intelligence, covering council of high intelligence, architecture, conventions, agent files and skill.md.
cc-thinking-skills CLAUDE.md
Instructions for tjboudreaux/cc-thinking-skills: Follow AGENTS.md for repository workflow.
detroit-ai-player AGENTS.md
Instructions for Baba88611/detroit-ai-player, covering agents.md — 给 ai agent 的部署与运行指引, 这是什么, 前置检查, 装依赖 and 选后端(决策树,按顺序判断).
life_OS AGENTS.md
Instructions for jasonhnd/life_OS, covering life os · repository guidance, repository scope, authority and layers, development principles and file changes.
foreman CLAUDE.md
Instructions for fatihguner/foreman, covering foreman — project context, architecture overview, system layers, core content layers and orchestration layers.
lifeos-template CLAUDE.md
Claude Code instructions for seandavi/lifeos-template, covering claude.md — operating manifest for this vault, preferences, philosophy, co-thinking mode and file layout.