mcp-coroot: Instructions file for Claude Code

CLAUDE.md

mcp-coroot CLAUDE.md is an instructions file for Claude Code from jamesbrink/mcp-coroot. It costs 1,769 tokens per session, scanned A, original, MIT.

Instructions for setting up MCP Coroot with Claude Desktop. MCP is a way for an AI assistant to connect to outside tools or services.

In plain words
What is it for?
Use it to configure the Coroot server in Claude Desktop, including setup with the published package, single sign-on or multi-factor login, and local development.
Why use it?
It gathers setup rules, testing conventions, and configuration guidance in one place so the server can be installed and maintained consistently.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions CLAUDE.md.

This is jamesbrink/mcp-coroot's own configuration. It tells Claude Code how to work on mcp-coroot itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything mcp-coroot configures →

Reuse

Borrowing it

Nothing to install: this file belongs to jamesbrink/mcp-coroot. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/jamesbrink/mcp-coroot/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/jamesbrink/mcp-coroot

Made for: Claude Code.

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-coroot CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/jamesbrink/mcp-coroot/claude-md.svg)](https://agentmods.dev/instructions/jamesbrink/mcp-coroot/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/jamesbrink/mcp-coroot/claude-md"><img src="https://agentmods.dev/badge/instructions/jamesbrink/mcp-coroot/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,769 This file is loaded in full into every session.
When invoked 1,769 The same file — it is already loaded in full.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.01769 $0.01769
Opus 5 $0.00885 $0.00885
Sonnet 5 $0.00354 $0.00354
Haiku 4.5 $0.00177 $0.00177

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

Security

Grade A, and why

mcp-coroot CLAUDE.md scanned grade A 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 7d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Check if Coroot is running: `curl http://localhost:8080/health`
CLAUDE.md · 250 lines

How it starts

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

Claude Desktop Configuration for MCP Coroot

IMPORTANT DOCUMENTATION POLICY: This project maintains only two documentation files:

  • README.md - Public-facing project documentation
  • CLAUDE.md - Internal instructions and configuration details
  • (Exception: LICENSE and CHANGELOG files are also allowed)

Please DO NOT create any other markdown documentation files. All documentation should be consolidated into these two files.

IMPORTANT TESTING STANDARDS: This project follows professional Python testing standards:

  • Test files must follow Python naming conventions: test_*.py
  • Test files should be organized by the module they test (e.g., test_client.py for client functionality, test_server.py for server functionality)
  • DO NOT use unprofessional suffixes like test_final_*.py, test_new_*.py, test_all_remaining_*.py, etc.
  • Consolidate related tests into appropriately named test files rather than creating multiple files with incremental names
  • All tests must maintain their original functionality when moved between files

This file contains instructions for configuring the MCP Coroot server with Claude Desktop.

Overview

The MCP Coroot server provides 61 tools for interacting with Coroot observability platform:

  • Authentication and user management (5 tools)
  • Project creation and management (9 tools)
  • Application monitoring and troubleshooting (3 tools)
  • Infrastructure overview and incidents (2 tools)
  • Deployment and system overviews (5 tools)
  • Dashboard management (5 tools)
  • Integration configuration (4 tools)
  • Configuration management (9 tools)
  • Advanced troubleshooting (3 tools)
  • Custom cloud pricing (3 tools)
  • Database instrumentation (2 tools)
  • System configuration (4 tools)
  • Risk overview (1 tool)
  • Health checks (1 tool)
  • Panel data and advanced configuration (6 tools)

Test coverage: 87% (197 tests passing)

Quick Setup

Using Published Package (Recommended)

Edit your Claude Desktop configuration:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json

Read the full file on GitHub · 250 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. 7d ago First seen · 250 lines · 1,769 tokens per session scan A 536ffb2c8fc4

Subscribe to this mod's changes

mcp-coroot CLAUDE.md is an instructions file published in the GitHub repository jamesbrink/mcp-coroot (16 stars, last pushed yesterday), licensed MIT. It adds 1,769 tokens to every session, about $0.0088 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens