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/shailesh17/mcp-httpserver-proxy/copilot-instructionsgit clone --depth 1 https://github.com/shailesh17/mcp-httpserver-proxyWhat 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.00178 | $0.00178 |
| Opus 5 | $0.00089 | $0.00089 |
| Sonnet 5 | $0.00036 | $0.00036 |
| Haiku 4.5 | $0.00018 | $0.00018 |
Grade A, and why
mcp-httpserver-proxy copilot-instructions.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 yesterday.
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
GitHub Copilot & Cursor Instructions
- Project Purpose:
mcp-httpserver-proxyis a Node.js TypeScript proxy that converts Model Context Protocol (MCP) HTTP/SSE connections tostdiofor desktop clients like Claude Desktop and Cursor. - Stdio Integrity Rule: Never use
console.log()to standard output. All logs and diagnostic output must go toconsole.error()(stderr) to prevent corrupting the JSON-RPC stdio transport. - Package Manager: Use
pnpm. - Formatting & Linting: Use
trunk fmt(pnpm run format) andtrunk check(pnpm run check). - Commit Messages: Follow Conventional Commits format (
feat:,fix:,docs:,chore:, etc.).
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.
- yesterday First seen · 8 lines · 178 tokens per session scan A 44a023690d6e
mcp-httpserver-proxy copilot-instructions.md is an instructions file published in the GitHub repository shailesh17/mcp-httpserver-proxy (2 stars, last pushed 9d ago), licensed MIT. It adds 178 tokens to every session, about $0.0009 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
mcpm.sh CLAUDE.md
Instructions for pathintegral-institute/mcpm.sh: This file contains conventions that Claude should follow when working on this project.
mcpm.sh GEMINI.md
Instructions for pathintegral-institute/mcpm.sh: Reference CLAUDE.md for project conventions.
Basecamp-MCP-Server CLAUDE.md
Instructions for georgeantonopoulos/Basecamp-MCP-Server, covering claude.md, development commands, setup (one-time) - requires python 3.10+, option 2: using pip (if python 3.10+ already installed) and oauth authentication.
ls-mcp AGENTS.md
Instructions for lirantal/ls-mcp, covering agents.md, start here, documentation, prs and issues and releases.
brightspace-mcp-server AGENTS.md
Instructions for RohanMuppa/brightspace-mcp-server, covering project rules, when adding a new feature, commit format, npm publishing and architecture.
cosmos-mcp CLAUDE.md
Instructions for teampolarity/cosmos-mcp, covering cosmos-mcp, layout, tools (authoritative list in src/tools/index.ts), cli subcommands and imessage is the headline source.