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 sourceFirst Seen
Feb 19, 2026
Last Scanned
Feb 20, 2026
Findings
2
Score
70/100
Findings (2)
Detects automatic registration of MCP servers into agent configuration
claude mcp
add
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.
Likely FP if the download is from a well-known canonical source (e.g., official GitHub release) and the documentation includes checksum verification steps.
Detects automatic registration of MCP servers into agent configuration
claude mcp
add
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.
Likely FP if the download is from a well-known canonical source (e.g., official GitHub release) and the documentation includes checksum verification steps.