rami-setup-mcp

rami-setup-mcp is a skill for Claude Code from rami-code-review/claude-code-marketplace. It costs 96 tokens per session (2,424 once invoked), scanned B, original, no licence file.

A setup guide for connecting Rami to Claude Code, Cursor, or Codex. It covers installing a GitHub App, registering the MCP server, signing in with OAuth, and checking the connection.

In plain words
What is it for?
Use it to install and configure Rami, connect it to a supported coding assistant, and confirm that the connection works.
Why use it?
It turns a multi-step connection process into a guided setup and verification flow.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the rami plugin — 7 skills, 6 commands, 1 agent, 1 hook, 1 MCP server shipped together

Good fit Use it to install and configure Rami, connect it to a supported coding assistant, and confirm that the connection works.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rami-code-review/claude-code-marketplace/rami-setup-mcp
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.

Any agent
npx skills add rami-code-review/claude-code-marketplace --skill rami-setup-mcp
Clone the repo
git clone --depth 1 https://github.com/rami-code-review/claude-code-marketplace

Made for: Claude Code.

Or install rami, the plugin that ships this one along with the rest of its 7 skills, 6 commands, 1 agent, 1 hook, 1 MCP server.

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 rami-setup-mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/rami-code-review/claude-code-marketplace/rami-setup-mcp/github.svg)](https://agentmods.dev/skills/rami-code-review/claude-code-marketplace/rami-setup-mcp)
Your own site
<a href="https://agentmods.dev/skills/rami-code-review/claude-code-marketplace/rami-setup-mcp"><img src="https://agentmods.dev/badge/skills/rami-code-review/claude-code-marketplace/rami-setup-mcp/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.

agentmods 80×15 button for rami-setup-mcp

Your own site · 80×15
<a href="https://agentmods.dev/skills/rami-code-review/claude-code-marketplace/rami-setup-mcp"><img src="https://agentmods.dev/badge/skills/rami-code-review/claude-code-marketplace/rami-setup-mcp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,424 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.1 $0.00096 $0.02424
Opus 5 $0.00048 $0.01212
Sonnet 5 $0.00019 $0.00485
Haiku 4.5 $0.00010 $0.00242

Measured 6d ago against content hash b79a4b79f9a3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade B, and why

rami-setup-mcp scanned grade B 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 6d 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

Codex detects OAuth support and completes the login inside this one command — there is no separate authentication step. Verify with `codex mcp list`, which should report rami as enabled with OAuth auth. The equivalent en
plugins/rami/skills/rami-setup-mcp/SKILL.md · 215 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 6d ago Changed · +10 lines b79a4b79f9a3
  2. 8d ago First seen · 205 lines · 96 tokens per session scan B c97d53036547

Subscribe to this mod's changes

rami-setup-mcp is a skill published in the GitHub repository rami-code-review/claude-code-marketplace (0 stars, last pushed 8d ago), with no licence file. It adds 96 tokens to every session and 2,424 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

bakeoff

Turn one decision into a judged tournament of solutions, then pick the best. Given a problem, design choice, or a suggestion you want cross-verified, it generates diverse candidate solutions, auto-derives the evaluation dimensions for THAT problem (so you don't have to know what to score on), judges every candidate…

CoriChui/bakeoff · 330 tokens

yolo-plan

Use when you have a goal or brief and need to break it into executable, testable tasks. Produces a committed plan.md. Triggers on "make a plan", "break this into tasks", or as the planning step of yolo-feature.

CoriChui/yolo · 55 tokens

personal-voice-capture

Use when a user wants an agent to learn, encode, or improve their personal writing voice as a reusable skill through source-text ingestion and iterative calibration edits.

eranshir/personal-voice-capture · 37 tokens

yolo-finish

Use when a feature is implemented and verified, to land it. Default path is PR + CI check, with the ship gate confirming before the irreversible merge; fast-local is the escape hatch. Includes the risk classifier whose hard triggers always stop for a human. Triggers on "ship it", "land this", "open a PR", or as the…

CoriChui/yolo · 82 tokens

yolo-feature

Use when the user wants to build, add, or implement a feature. Captures intent, drafts a brief, confirms, then composes research → plan → execute → verify → finish. In a YOLO-initialized repo this takes precedence over generic brainstorming for feature intent.

CoriChui/yolo · 60 tokens

yolo-debug

Use when a reported problem, failure, or bug needs a systematic root-cause investigation — reproduce → isolate → fix → verify — recorded as one durable artifact. Triggers on "fix the 500 on login", "X is broken", "why is Y failing?", "debug this", "track down this bug".

CoriChui/yolo · 68 tokens