# Bun Doc Mcp

> A MCP server that provides bun documents as resources for your AI coding assistant.

- **Type:** MCP server
- **Install:** `agentstack add mcp-ghoulr-bun-doc-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ghoulr](https://agentstack.voostack.com/s/ghoulr)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [ghoulr](https://github.com/ghoulr)
- **Source:** https://github.com/ghoulr/bun-doc-mcp

## Install

```sh
agentstack add mcp-ghoulr-bun-doc-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

#  Bun Documentation MCP

A MCP server that provides [Bun](https://bun.com) 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

## 🚀 Quick Start

If you're already in a Bun project, you can try this prompt from bun project template first:

> Read the Bun API docs in `node_modules/bun-types/docs/**.md`.

For more reliable access and search capabilities, install this MCP server:

### 📦 Installation

**Claude Code:**

```bash
# Standard installation (uses your local Bun docs)
claude mcp add bun-docs bunx bun-doc-mcp
```

**Manual configuration:**

```json
{
  "mcpServers": {
    "bun-docs": {
      "type": "stdio",
      "command": "bunx",
      "args": ["bun-doc-mcp"],
      "env": {}
    }
  }
}
```

🎉 You're Ready! Happy coding with Bun! 🚀

### 🔧 Usage

Once installed, your AI assistant can:

- Access comprehensive Bun documentation
- Suggest appropriate Bun APIs over Node.js alternatives
- Help with Bun-specific features and best practices
- Provide accurate answers based on current documentation

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [ghoulr](https://github.com/ghoulr)
- **Source:** [ghoulr/bun-doc-mcp](https://github.com/ghoulr/bun-doc-mcp)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-ghoulr-bun-doc-mcp
- Seller: https://agentstack.voostack.com/s/ghoulr
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
