BBun Documentation MCPA MCP server that provides Bun documentation to AI assistants. This enables your AI to access up-to-date Bun documentation and provide accurate guidance on Bun APIs. ✨ Features Version-matched documentation: uses your local node_modules/bun-types/docs/, or syncs from GitHub based on your Bun version Search functionality: includes a grep tool with JavaScript regex support for searching documentation Built with Bun: for Bun AI-friendly: structured to provide relevant context to AI assistants

mcp-so:bun-doc-mcp_ghoulr

View source
C
70/100

First Seen

Feb 19, 2026

Last Scanned

Feb 20, 2026

Findings

2

Score

70/100

HIGH 2

Findings (2)

HIGH
MCP server auto-registration
L53

Detects automatic registration of MCP servers into agent configuration

claude mcp
add
FIX

Pin the curl/wget download to a specific URL with version and verify the downloaded file's SHA-256 checksum before using it. Prefer package manager installs over raw downloads.

FP?

Likely FP if the download is from a well-known canonical source (e.g., official GitHub release) and the documentation includes checksum verification steps.

HIGH
MCP server auto-registration
L57

Detects automatic registration of MCP servers into agent configuration

claude mcp
add
FIX

Pin the curl/wget download to a specific URL with version and verify the downloaded file's SHA-256 checksum before using it. Prefer package manager installs over raw downloads.

FP?

Likely FP if the download is from a well-known canonical source (e.g., official GitHub release) and the documentation includes checksum verification steps.