プロジェクトディレクトリ概要
@yhanawa
关于 プロジェクトディレクトリ概要
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-yhanawa": {
"command": "uv",
"args": [
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is プロジェクトディレクトリ概要?
プロジェクトディレクトリ概要 is a project that provides MCP (Model Context Protocol) servers to reference API documentation. It uses the reference functionality and includes scripts for crawling web documentation and serving it via MCP, targeting users who want to access API docs through Claude.
How to use プロジェクトディレクトリ概要?
Clone the repository, install uv, create a virtual environment, and install dependencies (mcp[cli] and PyYAML). Prepare documentation by crawling (or downloading for OpenAPI), then run one of the MCP server scripts (e.g., uv run gemini_docs.py). Finally, update claude_desktop_config.json with the appropriate command and restart Claude.
Key features of プロジェクトディレクトリ概要
- Provides MCP servers for Gemini, Anthropic, and OpenAPI documentation.
- Crawls web documentation using a customizable script (
crawl_all.py). - Supports presets for Gemini and Anthropic documentation.
- Allows custom crawling with options like base URL, selector, and delay.
- Integrates with Claude Desktop via
claude_desktop_config.json.
Use cases of プロジェクトディレクトリ概要
- Referencing Gemini API documentation through Claude using MCP.
- Accessing Anthropic API documentation via the MCP server.
- Serving OpenAPI documentation (downloaded from GitHub) through MCP.
- Crawling and serving custom documentation sites for use with Claude.
FAQ from プロジェクトディレクトリ概要
What documentation sources are supported?
The project supports Gemini, Anthropic, and OpenAPI documentation. Gemini and Anthropic docs are crawled; OpenAPI docs are downloaded from the OpenAI OpenAPI GitHub repository.
How do I set up the MCP server?
Install uv, create a virtual environment, install dependencies, run the desired Python script (e.g., gemini_docs.py), and configure claude_desktop_config.json with the command pointing to the script.
How do I crawl documentation?
Use crawl_all.py with a preset (--preset gemini or --preset anthropic) or custom options like --base-url, --start-path, --output_file, --selector, --delay, --max-pages, and --use-selenium for dynamic pages.
What are the runtime dependencies?
Python, uv, and the packages mcp[cli] and PyYAML. For crawling, additional options like Selenium may be needed for dynamic pages.
Where does the crawled data live?
Crawled documentation is saved in the document/ directory as JSON files (for Gemini and Anthropic) or as a YAML file (for OpenAPI).
其他 分类下的更多 MCP 服务器
Awesome Mlops
visengerA curated list of references for MLOps
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
评论