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 skills add open-octo/octo-agent --skill mcp-creatorgit clone --depth 1 https://github.com/open-octo/octo-agentWrote 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/skills/open-octo/octo-agent/mcp-creator)<a href="https://agentmods.dev/skills/open-octo/octo-agent/mcp-creator"><img src="https://agentmods.dev/badge/skills/open-octo/octo-agent/mcp-creator/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/open-octo/octo-agent/mcp-creator"><img src="https://agentmods.dev/badge/skills/open-octo/octo-agent/mcp-creator.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00096 | $0.01737 |
| Opus 5 | $0.00048 | $0.00869 |
| Sonnet 5 | $0.00019 | $0.00347 |
| Haiku 4.5 | $0.00010 | $0.00174 |
Grade C, and why
mcp-creator scanned grade C with 1 finding 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 12d 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.
Harvests environment variableshighData exfiltration
Enumerating or grepping the environment for keys collects credentials unrelated to what the mod says it does.
4. **Collect secrets carefully.** If the server needs an API key, ask the user How it starts
The opening of the file, as written. The whole thing — 139 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Configure an MCP server
octo connects to MCP servers declared in ~/.octo/mcp.json, using the
Claude Code-compatible mcpServers shape. This is the file you write to.
Your job is to turn "I want my assistant to talk to X" into a working entry in that file. Not every user knows what MCP is — briefly explain terms if in doubt.
Config schema
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/tmp"],
"env": {"KEY": "value"}
},
"remote-api": {
"url": "https://example.com/mcp",
"headers": {"Authorization": "Bearer …"},
"auth": "oauth"
}
}
}
Each entry is exactly one of two transports — setting both command and
url is invalid:
| Field | Transport | Meaning |
|---|---|---|
command |
stdio | Executable to launch (e.g. npx, uvx, a binary path) |
args |
stdio | Argument list, one element per arg |
env |
stdio | Extra environment variables for the child process |
url |
http | Streamable-HTTP endpoint URL |
headers |
http | Static headers, e.g. an API-key Authorization |
auth |
http | "oauth" to run OAuth (Authorization Code + PKCE) on connect; omit otherwise |
disabled |
both | true keeps the entry but skips connecting |
Server names must have no whitespace and must not contain __ (reserved as
the tool-name separator). Prefer short kebab-case names — they prefix every
tool the server exposes.
Editing an existing server
The web UI's per-row "Edit with Agent" button routes here too. This skips most of the Workflow below; there's no new package to find or transport to choose:
- Locate the entry in
~/.octo/mcp.json. - Show the user the current entry before changing anything.
- Ask what they want changed. Apply the smallest edit that satisfies the request — preserve every other field and every other server entry verbatim.
- Write the file back, then do step 6 of the Workflow below (verify, tell them to Reload).
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.
- 12d ago First seen · 139 lines · 96 tokens per session scan C 3b8ef7107f6d
mcp-creator is a skill published in the GitHub repository open-octo/octo-agent (99 stars, last pushed today), licensed MIT. It adds 96 tokens to every session and 1,737 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it C with 1 finding (harvests environment variables). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
ha-mac-control
Hope Agent native macOS desktop control — the standard maccontrol status / diagnostics / apps / dock / spaces / snapshot / visual / windows / menu / clipboard / dialog loop, target-first action rules, no-blind-coordinate policy, and recovery for stale AX/window/menu/dialog state. Load whenever using maccontrol, or…
ha-skill-creator
Create, edit, improve, or audit Hope Agent skills. Use when the user wants to: (1) create a new skill from scratch, (2) edit or improve an existing skill, (3) review or clean up a SKILL.md file, (4) run evaluations to test skill effectiveness, (5) optimize skill descriptions for better trigger accuracy. Trigger…
ha-browser
Hope Agent browser automation — the standard status → tabs → snapshot → act loop, stale-ref recovery rules, and what to do when login / 2FA / captcha / camera-prompt / dialog blocks progress. Load this skill whenever you reach for the browser tool. Trigger on: user asks the agent to open / control / click / scrape /…
ha-logs
A read-only troubleshooting skill for querying Hope Agent’s local SQLite databases, which store logs, conversations, and background-job status.
ha-pet-import
Safely import, select, switch, or enable a compatible desktop pet in Hope Agent. Resolve packages from any origin, including local folders, zip archives, pet.json plus a sprite, PNG/WebP atlases, chat attachments, repository or cloud files, direct HTTPS artifact URLs, and download pages. Use whenever a user asks to…
feishu
A toolkit for working with Feishu, also called Lark, a workplace collaboration platform. It covers documents, spreadsheets, files, wikis, approvals, calendars, and contacts.