Stash Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Stash Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Professional MCP (Model Context Protocol) server for Bitbucket Server/Data Center (formerly Stash). It provides high-signal tools for project discovery, repository browsing, pull request workflows, and code search.
npm install
npm run buildOr use the helper script:
./scripts/install.shAdd to ~/.claude/user-mcps.json:
{
"mcpServers": {
"stash": {
"command": "node",
"args": ["/absolute/path/to/stash-mcp/dist/index.js"],
"env": {
"BITBUCKET_URL": "https://stash.example.com",
"BITBUCKET_TOKEN": "your-access-token",
"BITBUCKET_DEFAULT_PROJECT": "PROJ"
}
}
}
}BITBUCKET_URL (required): Base URL of your Bitbucket Server instance.BITBUCKET_TOKEN: Personal access token (recommended).BITBUCKET_USERNAME / BITBUCKET_PASSWORD: Basic auth alternative.BITBUCKET_DEFAULT_PROJECT: Default project key when project is omitted.BITBUCKET_DIFF_MAX_LINES_PER_FILE: Diff truncation limit per file.BITBUCKET_READ_ONLY: Set to true to disable write operations.This MCP server runs as a Docker container managed by ToolHive:
localhost:5555/stash-mcp:latesthttp://127.0.0.1:9876)http://127.0.0.1:3100/mcp~/.claude/secrets.vault via node-vault-mcp (AES-256-GCM)list_projects:
limit: 25list_repositories:
project: PROJget_pull_request:
project: PROJ
repository: my-repo
prId: 123search:
query: README.md
type: file
project: PROJSet BITBUCKET_READ_ONLY=true to block write operations. Read-only mode allows safe browsing and review without modifying repositories.
npm run build
npm test
npm run lintPlease report security issues privately. See SECURITY.md for guidance.
MIT. See LICENSE.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.