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/berrydev-ai/super-mcp-server/claude-mdgit clone --depth 1 https://github.com/berrydev-ai/super-mcp-serverWrote 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/berrydev-ai/super-mcp-server/claude-md)<a href="https://agentmods.dev/instructions/berrydev-ai/super-mcp-server/claude-md"><img src="https://agentmods.dev/badge/instructions/berrydev-ai/super-mcp-server/claude-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.01183 | $0.01183 |
| Opus 5 | $0.00592 | $0.00592 |
| Sonnet 5 | $0.00237 | $0.00237 |
| Haiku 4.5 | $0.00118 | $0.00118 |
Grade A, and why
super-mcp-server CLAUDE.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 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.
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 — 128 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Super MCP Server Development Guide
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Project Overview
This is a Model Context Protocol (MCP) server implementation in Go that provides SuperSQL querying capabilities. It acts as a bridge between Claude Desktop and the Super data processing tool, allowing natural language queries to be executed against various data formats.
Core Architecture
- Single-file MCP server (
main.go) implementing two primary tools:query: Executes SuperSQL queries via the externalsupercommandlist_files: Discovers data files in directories
- Tool registration pattern: Uses the MCP Go SDK's tool registration system
- External dependency: Requires the
supercommand-line tool to be installed and in PATH
Code Style Guidelines
- Imports: Standard library first, third-party second, internal packages last
- Error Handling: Use if err != nil with meaningful error returns/wrapping
- Testing: Use testify for assertions, mock interfaces when needed
- Naming:
- Variables/fields: camelCase
- Functions/methods: CamelCase
- Packages: single lowercase word
- Commits and Pull Requests:
- Commits should be atomic and have a descriptive commit message
- Pull requests should be made against the
mainbranch - Don't mention claude in the commit message
Planning Phase
- Use
gh issue viewto get the issue details - Understand the problem described in the issue
- Ask clarifying questions if necessary
- Understand the prior art for this issue
- Search the scratchpads for previous thoughts related to the issue
- Search PRs to see if you can find history on this issue
- Search the codebase for relevant files
- Think harder about how to break the issue down into a series of small, manageable tasks
- Document your plan in a new scratchpad
- Include the issue name in the filename
- Include a link to the issue in the scratchpad
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 · 128 lines · 1,183 tokens per session scan A a51dc9a09b44
super-mcp-server CLAUDE.md is an instructions file published in the GitHub repository berrydev-ai/super-mcp-server (2 stars, last pushed 6mo ago), licensed MIT. It adds 1,183 tokens to every session, about $0.0059 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
lambe AGENTS.md
AGENTS.md instructions for hakimjonas/lambe, covering agents.md — using lambë, when to use it, natural language → lam query, syntax reference and property access.
python-sdk AGENTS.md
AGENTS.md instructions for modelcontextprotocol/python-sdk, covering development guidelines, note for ai agents, branching model, package management and code quality.
frontmcp AGENTS.md
AGENTS.md instructions for agentfront/frontmcp, a project described as: TypeScript-first framework for the Model Context Protocol (MCP). You write clean, typed code; FrontMCP handles the protocol, transport, DI, session/auth, and execution flow.
brain-in-the-fish CLAUDE.md
Instructions for fabio-rovai/brain-in-the-fish, covering brain in the fish, relationship to open-ontologies, module overview, pipeline and mcp tools.
rag-rat AGENTS.md
Instructions for cq27-dev/rag-rat, covering agents.md, prefer the rag-rat mcp for code browsing, record durable learnings as rag-rat memories, repo orientation and worktree correctness.
sql2json AGENTS.md
Instructions for fsistemas/sql2json, covering using sql2json with ai agents and llms, install & upgrade (for agents), or, strategy for agents and discovery — orient before querying.