math-mcp AGENTS.md

Development instructions for a Python MCP server that provides tools for mathematics, statistics, and visualisation. MCP is a standard way for an AI agent to call external tools.

In plain words
What is it for?
Use them when setting up the project, installing dependencies, checking Python code with Ruff, or running its test suite.
Why use it?
They remove setup and testing uncertainty by specifying the project’s environment manager, linting command, and required test path.

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/codeprimate/math-mcp/agents-md
Clone the repo
git clone --depth 1 https://github.com/codeprimate/math-mcp

Made for: Codex, OpenCode.

Per session 1,069 This file is loaded in full into every session.
When invoked 1,069 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.01069 $0.01069
Opus 5 $0.00535 $0.00535
Sonnet 5 $0.00214 $0.00214
Haiku 4.5 $0.00107 $0.00107

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

Security

Grade A, and why

math-mcp 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 2d 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 · 131 lines

How it starts

The opening of the file, as written. The whole thing — 131 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md - Development Guide

Python MCP server providing 27+ tools for symbolic mathematics, statistical analysis, and visualization.

Quick Start

This project uses uv for environment and dependency management.

# Setup (first time)
uv venv
source .venv/bin/activate
uv sync

# Daily workflow
source .venv/bin/activate
ruff check --fix src/ tests/
PYTHONPATH=src pytest tests/ -v

Or use uv run so you don't need to activate the venv:

uv run ruff check --fix src/ tests/
PYTHONPATH=src uv run pytest tests/ -v

Critical Requirements

  1. Use uv: Create venv with uv venv, install deps with uv sync. Optionally use uv run for commands instead of activating the venv.
  2. Always run linter: ruff check --fix src/ tests/ after code changes
  3. Tests require PYTHONPATH: PYTHONPATH=src pytest tests/ -v

Project Structure

src/math_mcp/     # Source code
tests/            # Test suite
pyproject.toml    # Project config

Key Files & Documentation

Development Workflow

  1. Research - Understand requirements and plan
  2. Implement - Code in src/math_mcp/, tests in tests/
  3. Lint - ruff check --fix src/ tests/
  4. Test - PYTHONPATH=src pytest tests/ -v
  5. Iterate - Repeat until complete
  6. Docker - docker-compose build && docker-compose restart

Read the full file on GitHub · 131 lines

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. 2d ago First seen · 131 lines · 1,069 tokens per session scan A 7054728d7915

Subscribe to this mod's changes

math-mcp AGENTS.md is an instructions file published in the GitHub repository codeprimate/math-mcp (4 stars, last pushed 5mo ago), licensed MIT. It adds 1,069 tokens to every session, about $0.0053 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.