Servers
Bun Documentation MCP
@ghoulr
A 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.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"bun-doc-mcp": {
"type": "stdio",
"command": "bunx",
"args": [
"bun-doc-mcp"
],
"env": {}
}
}
}