mcp-wisdom AGENTS.md

mcp-wisdom AGENTS.md is an instructions file for Codex, OpenCode from aplaceforallmystuff/mcp-wisdom. It costs 440 tokens per session, scanned A, original, MIT.

Project instructions for mcp-wisdom, a TypeScript server that provides philosophy-based thinking tools. It includes Stoic, cognitive-bias, mindfulness, and strategy frameworks.

In plain words
What is it for?
Use it when developing or maintaining the server, building it with TypeScript, running it with Node.js, or working with its nine MCP tools.
Why use it?
It gives contributors the project structure, build commands, available tools, and environment requirements in one place.

Instructions file for CodexOpenCode

Install

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.

agentmods
npx agentmods add instructions/aplaceforallmystuff/mcp-wisdom/agents-md
Clone the repo
git clone --depth 1 https://github.com/aplaceforallmystuff/mcp-wisdom

Made for: Codex, OpenCode.

Wrote 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.

agentmods badge for mcp-wisdom AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/aplaceforallmystuff/mcp-wisdom/agents-md.svg)](https://agentmods.dev/instructions/aplaceforallmystuff/mcp-wisdom/agents-md)
Your own site
<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>
Per session 440 This file is loaded in full into every session.
When invoked 440 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 5d ago against content hash cd512851a325, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

AGENTS.md · 55 lines

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 Server class from MCP SDK (low-level API with setRequestHandler)
  • Each tool has a dedicated format*Response() function returning structured markdown
  • Quotes imported from frameworks.ts with getRandomQuote() for variety
  • biasDefinitions object 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.

Changes

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.

  1. 5d ago First seen · 55 lines · 440 tokens per session scan A cd512851a325

Subscribe to this mod's changes

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.