outsystems-mcp CLAUDE.md

outsystems-mcp CLAUDE.md is an instructions file for coding agents from OutSystems/outsystems-mcp. It costs 3,607 tokens per session, scanned A, original, MIT.

Repository instructions for an OutSystems MCP project, including how its coding-agent instructions and MCP settings are delivered across supported tools.

In plain words
What is it for?
Use them when adding or changing support for Claude Code, Claude Desktop, Kiro Chat, or Copilot in VS Code, CLI, or Visual Studio.
Why use it?
They prevent changes from working in one coding environment while breaking another, and keep documentation aligned across hosts.

Instructions file

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/outsystems/outsystems-mcp/claude-md
Clone the repo
git clone --depth 1 https://github.com/OutSystems/outsystems-mcp

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 outsystems-mcp CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/outsystems/outsystems-mcp/claude-md.svg)](https://agentmods.dev/instructions/outsystems/outsystems-mcp/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/outsystems/outsystems-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/outsystems/outsystems-mcp/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,607 This file is loaded in full into every session.
When invoked 3,607 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.03607 $0.03607
Opus 5 $0.01803 $0.01803
Sonnet 5 $0.00721 $0.00721
Haiku 4.5 $0.00361 $0.00361

Measured yesterday against content hash ead46248aeb1, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

outsystems-mcp 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 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.

CLAUDE.md · 108 lines

How it starts

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

CLAUDE.md

Guidance for Claude Code (and other coding agents) when working in this repository.

Supported harnesses

README.md ships an install path per harness. This table is the canonical list of what "all supported harnesses" means. Update it in the same PR that adds or drops a path.

Harness Skill doc How the skill doc arrives MCP config target Server key
Claude Code skills/outsystems/SKILL.md automatic, via plugin.json's skills key user scope, written by claude mcp add n/a
Claude Desktop skills/outsystems/SKILL.md same plugin as Claude Code, installed separately via Desktop's plugin-install flow (paid plan required) claude_desktop_config.json mcpServers
Kiro Chat kiro/outsystems/steering/skill.md automatic, via the Power's steering/ directory ~/.kiro/settings/mcp.json mcpServers
Copilot in VS Code copilot/skill.md manual copy to .github/copilot-instructions.md .vscode/mcp.json, or the user config servers
Copilot in CLI copilot/skill.md manual copy to .github/copilot-instructions.md ~/.copilot/mcp-config.json mcpServers
Copilot in Visual Studio copilot/skill.md manual download to .github/copilot-instructions.md <SolutionDir>\.mcp.json, or %USERPROFILE%\.mcp.json servers
Cursor App cursor/skills/outsystems/SKILL.md automatic, via cursor/.cursor-plugin/plugin.json Team Marketplace install (Team/Enterprise plan required) mcpServers
Cursor CLI cursor/skills/outsystems/SKILL.md manual copy to AGENTS.md ~/.cursor/mcp.json (global) or .cursor/mcp.json (project) mcpServers
M365 Copilot n/a n/a unsupported: no custom MCP servers n/a
Other assistants SKILL.md (root) manual fetch, best effort harness-specific harness-specific

Three traps the table encodes:

  • servers vs mcpServers. VS Code and Visual Studio read servers; Copilot CLI, Kiro, Claude Desktop, and Cursor CLI read mcpServers. copilot/mcp.json carries both keys so each surface copies the one it needs. Writing the wrong key fails silently: the file still parses and no server appears. (Cursor also has a .vscode/mcp.json (IDE-only) that uses servers, but the CLI ignores it.)
  • Claude Desktop's plugin requires a paid plan. On Free, no plugin can be installed, so those users get the tools without the conventions, the confirm-before-destructive rule included. On a paid plan, installing the plugin closes this gap the same way it does for Claude Code.
  • Cursor has dual paths: plugin-based (app) and file-based (CLI). Cursor App users get the plugin from their Team Marketplace (requires Team/Enterprise plan + team admin approval). Each user then configures via agent setup, which writes ~/.cursor/mcp.json. Cursor CLI users manually create ~/.cursor/mcp.json or .cursor/mcp.json and use agent mcp commands. Both paths use mcpServers key. The two skill docs are identical, but only the App path receives one automatically, via the plugin manifest — on the CLI path it is a manual copy to AGENTS.md, so a plugin version bump does not reach CLI users at all.

Read the full file on GitHub · 108 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. yesterday Changed · +14 lines · +1,059 tokens per session ead46248aeb1
  2. 5d ago First seen · 94 lines · 2,548 tokens per session scan A f53b3c8c1eac

Subscribe to this mod's changes

outsystems-mcp CLAUDE.md is an instructions file published in the GitHub repository OutSystems/outsystems-mcp (25 stars, last pushed yesterday), licensed MIT. It adds 3,607 tokens to every session, about $0.0180 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-30.