bitbucket-cloud-mcp-server AGENTS.md

bitbucket-cloud-mcp-server AGENTS.md is an instructions file for Codex, OpenCode from ttekun/bitbucket-cloud-mcp-server. It costs 431 tokens per session, scanned A, original, MIT.

A repository instruction file, AGENTS.md, for a read-only Bitbucket Cloud MCP server. Bitbucket Cloud is a hosted service for Git repositories and related development data.

In plain words
What is it for?
Guiding development, testing, linting, debugging, and operation of the Bitbucket Cloud integration.
Why use it?
It tells coding agents how the server is built, tested, configured, and kept read-only while using the Bitbucket API.

Instructions file for CodexOpenCode

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/ttekun/bitbucket-cloud-mcp-server/agents-md
Clone the repo
git clone --depth 1 https://github.com/ttekun/bitbucket-cloud-mcp-server

Made for: Codex, OpenCode.

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 bitbucket-cloud-mcp-server AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ttekun/bitbucket-cloud-mcp-server/agents-md.svg)](https://agentmods.dev/instructions/ttekun/bitbucket-cloud-mcp-server/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/ttekun/bitbucket-cloud-mcp-server/agents-md"><img src="https://agentmods.dev/badge/instructions/ttekun/bitbucket-cloud-mcp-server/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 431 This file is loaded in full into every session.
When invoked 431 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.00431 $0.00431
Opus 5 $0.00216 $0.00216
Sonnet 5 $0.00086 $0.00086
Haiku 4.5 $0.00043 $0.00043

Measured 4d ago against content hash 92fe48d2890c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

bitbucket-cloud-mcp-server AGENTS.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 4d 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.

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.

AGENTS.md · 30 lines

What it actually says

Agent Guidelines for Bitbucket Cloud MCP Server

Commands

  • Build: npm run build (compiles TypeScript to build/)
  • Test: npm test (runs all Jest tests)
  • Test single file: npm test -- path/to/test.test.ts
  • Lint: npm run lint
  • Dev watch: npm run dev (watches for TypeScript changes)
  • Start: npm start (runs the built MCP server)
  • Inspector: npm run inspector (MCP debugging tool)

Architecture

  • MCP Server: Node.js MCP server for Bitbucket Cloud API integration (read-only)
  • Main entry: src/index.ts (executable MCP server using @modelcontextprotocol/sdk)
  • Services: src/services/BitbucketCloudService.ts (encapsulates Bitbucket API calls)
  • Tests: src/tests/ (Jest tests with ts-jest preset, tests in /tests//*.test.ts pattern)
  • API: Bitbucket Cloud REST API v2.0 via axios with Bearer token authentication
  • Logging: Winston logger writing to bitbucket-cloud.log
  • Config: Environment variables via dotenv (BITBUCKET_TOKEN required, BITBUCKET_WORKSPACE optional)

Code Style

  • Language: TypeScript with strict mode enabled
  • Module system: CommonJS (target: es2020)
  • Formatting: TypeScript-ESLint with @typescript-eslint/recommended rules
  • Types: Prefer explicit interfaces (e.g., BitbucketConfig, PullRequestParams); no-explicit-any is warning-level
  • Naming: snake_case for API params (workspace, repo_slug, pull_request_id), camelCase for TypeScript code
  • Error handling: Use McpError from SDK with appropriate ErrorCode; catch and log axios errors
  • Comments: Japanese comments allowed (環境変数, ロガー seen in codebase)
  • Imports: Group by external packages first, then types/interfaces
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. 4d ago First seen · 30 lines · 431 tokens per session scan A 92fe48d2890c

Subscribe to this mod's changes

bitbucket-cloud-mcp-server AGENTS.md is an instructions file published in the GitHub repository ttekun/bitbucket-cloud-mcp-server (0 stars, last pushed 5mo ago), licensed MIT. It adds 431 tokens to every session, about $0.0022 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.