MCP Documentation Server
MCP 문서 서버
Claude Desktop 통합을 통해 AI 지원 코드 개선 및 문서 관리를 제공하는 스마트 문서 서버입니다.
특징
AI 문서 가이드 : 문서 지식 기반을 유지 관리하고 업데이트합니다.
AI 코드 어시스턴트 : 코드 품질을 분석하고 개선합니다
프레임워크 지원 :
리액트.js
Next.js(앱 라우터 포함)
파이썬
뷰.js
모난
노드.js
Brave Search 통합 : 스마트한 문서 검색 및 검색
학습 시스템 : 시간이 지남에 따라 제안이 개선됩니다.
Related MCP server: Confluence MCP Server
빠른 시작
패키지를 설치하세요:
지엑스피1
Claude Desktop 구성(config.json):
{
"mcpServers": {
"documentation": {
"command": "npx",
"args": ["-y", "mcp-documentation-server"],
"env": {
"BRAVE_API_KEY": "<YOUR_BRAVE_API_KEY>"
}
}
}
}Claude와 함께 사용을 시작하세요:
Claude, search documentation for Next.js App Router자세한 설정 지침은 Claude Desktop 설정 가이드를 참조하세요.
개발 설정
저장소를 복제합니다.
git clone https://github.com/mahawi1992/mcp-documentation-server.git
cd mcp-documentation-server종속성 설치:
npm install.env 파일을 만듭니다.
PORT=3000
UPDATE_INTERVAL=3600000
CACHE_DURATION=86400000
BRAVE_API_KEY=your_brave_api_key개발 서버를 시작합니다.
npm run dev선적 서류 비치
Claude Desktop과 함께 사용
기본 명령
Claude, search documentation for React hooksClaude, analyze this Python code and suggest improvements...Claude, find best practices for Next.js App Router고급 사용법
Claude, search for documentation about async/await in Python 3.9Claude, analyze this code for security issues and suggest fixes...더 많은 예를 보려면 사용 가이드를 참조하세요.
기여하다
저장소를 포크하세요
기능 브랜치를 생성하세요.
git checkout -b feature/amazing-feature변경 사항을 커밋하세요.
git commit -m 'Add amazing feature'지점으로 푸시:
git push origin feature/amazing-feature풀 리퀘스트 열기
테스트
테스트 모음을 실행합니다.
npm test특정 테스트를 실행하세요:
npm test -- tests/integration/BraveSearchIntegration.test.ts특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.
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
- FlicenseAqualityDmaintenanceA server that enables Claude to search and access documentation from popular libraries like LangChain, LlamaIndex, and OpenAI directly within conversations.13
- AlicenseNot gradedqualityDmaintenanceA server that integrates Confluence with Claude Desktop and other AI assistants, enabling natural language interactions with your Confluence documentation.3794MIT
- FlicenseNot gradedqualityCmaintenanceAn intelligent server that transforms local Dash documentation into a context-aware assistant for Claude, providing developers with seamless access to documentation while coding.32
- AlicenseBqualityAmaintenanceA comprehensive server that enables AI assistants to generate, configure, and manage Doxygen documentation for various programming languages through a clean interface.72GPL 3.0
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Appeared in Searches
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/mahawi1992/mcp-documentation-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server