Skip to main content
Glama

bun-docs-toolkit

Always-current Bun documentation for AI agents — sourced directly from bun-types, so it's version-pinned to whatever Bun your project uses.

Why?

Every existing "Bun docs for AI agents" project forks or clones Bun's documentation at a point in time, then goes stale. ... takes a different approach: it reads documentation from the bun-types npm package, which ships the complete Bun docs and is already version-pinned to your installed Bun.

Related MCP server: react-native-toolkit

What's Included

1. MCP Server (bun-docs-mcp)

...

Setup — add to your MCP config:

{
  "mcpServers": {
    "bun-docs": {
      "command": "bunx",
      "args": ["bun-docs-mcp"]
    }
  }
}

Tools:

  • search_bun_docs({ query, category? }) — search docs by plain-English query

  • get_bun_doc({ slug }) — get the full content of a specific doc

  • list_bun_doc_categories() — browse the category tree

2. Agent Skills Bundle (skills/)

Pre-generated SKILL.md files grouped by topic (~25 skills), compatible with skills-cli:

bunx skills add <owner>/bun-docs-toolkit

Skills are regenerated weekly by CI to keep up with the latest bun-types release.

Development

# Install dependencies
bun install

# Run tests
bun test

# Regenerate skills
bun run generate:skills

How It Works

  1. packages/core — Shared parsing: resolves bun-types docs dir, walks .md/.mdx files, parses YAML frontmatter, flattens Mintlify JSX components to plain markdown, builds a searchable index.

  2. packages/mcp-server — MCP server using the core library. Reads from the calling project's bun-types at runtime, falling back to a bundled snapshot.

  3. packages/skills-generator — Build script that groups docs into ~25 skill categories and emits SKILL.md files.

License

MIT — see LICENSE.

Documentation content sourced from bun-types (MIT, © Jarred Sumner and Bun contributors).

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Search @imqueue docs and scaffold typed services & clients from your AI coding agent.

  • Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…

  • @latest documentation and code examples to 9000+ libraries for LLMs and AI code editors in a singl…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/LuigiColantuono/bun-docs-toolkit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server