bun-docs-mcp
bun-docs-toolkit
AI 에이전트를 위한 항상 최신 상태의 Bun 문서 — bun-types에서 직접 가져오므로 프로젝트에서 사용하는 Bun 버전에 맞춰 고정됩니다.
왜?
기존의 "AI 에이전트용 Bun 문서" 프로젝트는 모두 특정 시점의 Bun 문서를 포크하거나 복제한 뒤 오래된 상태로 방치됩니다. bun-docs-toolkit은 다른 접근 방식을 사용합니다: 완전한 Bun 문서를 포함하고 이미 설치된 Bun 버전에 고정된 bun-types npm 패키지에서 문서를 읽어옵니다.
Related MCP server: react-native-toolkit
포함 내용
1. MCP Server (bun-docs-mcp)
프로젝트에 설치된 bun-types에서 문서를 해석하는 Model Context Protocol 서버입니다.
설정 — MCP 구성에 추가:
{
"mcpServers": {
"bun-docs": {
"command": "bunx",
"args": ["bun-docs-mcp"]
}
}
}도구:
search_bun_docs({ query, category? })— 일반 영어 쿼리로 문서 검색get_bun_doc({ slug })— 특정 문서의 전체 내용 가져오기list_bun_doc_categories()— 카테고리 트리 탐색
2. Agent Skills Bundle (skills/)
주제별로 그룹화된 사전 생성 SKILL.md 파일(~25개 스킬)로, skills-cli와 호환됩니다:
bunx skills add <owner>/bun-docs-toolkit스킬은 최신 bun-types 릴리스를 추적하기 위해 CI에서 매주 재생성됩니다.
개발
# Install dependencies
bun install
# Run tests
bun test
# Regenerate skills
bun run generate:skills작동 방식
packages/core— 공유 파싱:bun-types문서 디렉터리를 확인하고,.md/.mdx파일을 순회하며, YAML frontmatter를 파싱하고, Mintlify JSX 컴포넌트를 일반 마크다운으로 평탄화하며, 검색 가능한 인덱스를 구축합니다.packages/mcp-server— 핵심 라이브러리를 사용하는 MCP 서버입니다. 런타임에 호출 프로젝트의bun-types에서 읽어오며, 번들된 스냅샷으로 폴백합니다.packages/skills-generator— 문서를 ~25개 스킬 카테고리로 그룹화하고SKILL.md파일을 생성하는 빌드 스크립트입니다.
라이선스
MIT — LICENSE 참조.
문서 콘텐츠는 bun-types에서 가져왔습니다 (MIT, © Jarred Sumner and Bun contributors).
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to search documentation of packages and services to find implementation details, examples, and specifications.MIT
- AlicenseAqualityDmaintenanceProvides AI agents with accurate, version-aware documentation for React Native, Expo, React Navigation, and Ignite by automatically detecting project dependencies and fetching matching documentation.12MIT
- AlicenseNot gradedqualityDmaintenanceGives AI agents full-text search over any Markdown/MDX documentation folder.14MIT
- AlicenseNot gradedqualityCmaintenanceProvides AI agents with access to DFNS documentation, API reference, and SDK code through full-text search and type intelligence.14MIT
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…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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