mcp-uplift AGENTS.md

mcp-uplift AGENTS.md is an instructions file for Codex, OpenCode from MohibShaikh/mcp-uplift. It costs 1,748 tokens per session, scanned A, original, MIT.

Repository instructions for coding agents working on mcp-uplift, a small translator that puts one legacy MCP server behind a newer protocol. MCP is a standard way for AI tools to connect to external services.

In plain words
What is it for?
Understanding the project's scope, following its hard rules, and verifying protocol behavior while modifying mcp-uplift.
Why use it?
It defines strict project rules and requires protocol details to be checked against the real specification before code is changed.

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

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-uplift AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/mohibshaikh/mcp-uplift/agents-md.svg)](https://agentmods.dev/instructions/mohibshaikh/mcp-uplift/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/mohibshaikh/mcp-uplift/agents-md"><img src="https://agentmods.dev/badge/instructions/mohibshaikh/mcp-uplift/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,748 This file is loaded in full into every session.
When invoked 1,748 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.01748 $0.01748
Opus 5 $0.00874 $0.00874
Sonnet 5 $0.00350 $0.00350
Haiku 4.5 $0.00175 $0.00175

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

Security

Grade A, and why

mcp-uplift 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 · 147 lines

How it starts

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

AGENTS.md

Instructions for coding agents working in this repository. Read this before touching anything. CLAUDE.md holds the same project conventions in more detail; this file is the operating contract.

What this project is

mcp-uplift wraps one trusted legacy MCP stdio server and presents it behind the stateless 2026-07-28 protocol. It is a protocol translator. It is not a framework, not a sandbox, and not a general proxy.

It ships with zero runtime dependencies and 6 source files. That is a deliberate design property, not an accident waiting to be fixed.

Hard rules

These are not preferences. Violating any of them makes the change unacceptable regardless of how good the code is.

  1. Never invent protocol behavior. Do not write a method name, field name, or error code from memory. Fetch the real thing first:

    • Prose: docs/specification/2026-07-28/ in the modelcontextprotocol/modelcontextprotocol repo (gh api works).
    • Schema and canonical payloads: schema/2026-07-28/, especially examples/, which contains real request and response JSON.

    If you cannot verify a detail, stop and say so. A plausible guess about a wire format is worse than an unfinished task.

  2. Add no dependencies. Not to dependencies, not to devDependencies. The test suite is node --test. If you want a library, you do not need it.

  3. Create no new files unless the task explicitly asks for one. Put the change where the related code already lives.

  4. Do not refactor code you were not asked to change. Renaming, reformatting, reorganizing, "modernizing", extracting helpers, or tidying adjacent code are all out of scope by default. A diff that touches files unrelated to the task will be rejected.

  5. Simple implementations for complex concepts. A plain Map and a short function beat a class hierarchy. If a concept is hard, spend the words in a comment explaining why, not in machinery.

  6. Comments explain why, not what. Match the existing style in src/: every comment states the protocol constraint or the failure that forced the code to be the way it is. Never narrate what the next line already says.

Read the full file on GitHub · 147 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. 5d ago First seen · 147 lines · 1,748 tokens per session scan A 00257ba039a6

Subscribe to this mod's changes

mcp-uplift AGENTS.md is an instructions file published in the GitHub repository MohibShaikh/mcp-uplift (2 stars, last pushed 20d ago), licensed MIT. It adds 1,748 tokens to every session, about $0.0087 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.

Related

Other instructions, from other repositories

helio AGENTS.md

AGENTS.md instructions for gethelio/helio, covering helio, architecture, monorepo structure, tech stack and commands.

gethelio/helio · 5,526 tokens

dynamic-mcp AGENTS.md

Instructions for asyrjasalo/dynamic-mcp, covering dynamic-mcp knowledge base, structure, code map, where to look and conventions.

asyrjasalo/dynamic-mcp · 780 tokens

mcp-async copilot-instructions.md

Copilot instructions for mako10k/mcp-async, covering mcp async bridge server instructions, プロジェクト要件, 機能設計, 実装済み機能 and アーキテクチャ.

mako10k/mcp-async · 423 tokens

CC-Bridge AGENTS.md

AGENTS.md instructions for xhqing/CC-Bridge, a project described as: Claude Code upstream bridge framework (GLM/DeepSeek/MiMo/Kimi/Qwen) — routes Claude Code to third-party models via spoofed-whitelist IDs, per-model thinking levels configured in the bridge config, multi-key failover | Claude Code 上游桥接框架,通过白名单模型 ID…

xhqing/CC-Bridge · 8 tokens

dynamic-mcp CLAUDE.md

Instructions for asyrjasalo/dynamic-mcp, a project described as: MCP proxy server that reduces LLM context overhead with on-demand tool loading from multiple upstream servers.

asyrjasalo/dynamic-mcp · 3 tokens

openrouter-mcp-multimodal AGENTS.md

AGENTS.md instructions for stabgan/openrouter-mcp-multimodal, covering agent instructions, before you ship, releasing (read this before publishing), short version and version files (must all match package.json).

stabgan/openrouter-mcp-multimodal · 793 tokens