MCP.so
登录

Documentation MCP Server

@BTonny

关于 Documentation MCP Server

暂无概览

基本信息

分类

记忆与知识

运行时

python

传输方式

stdio

发布者

BTonny

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Documentation MCP Server?

Documentation MCP Server is an MCP (Model Context Protocol) server created following a YouTube tutorial on building MCP servers in Python. It is designed to integrate with Claude Desktop and can be tested with custom queries, such as generating code for vector databases with LangChain.

How to use Documentation MCP Server?

Add the server to Claude by running claude mcp add, giving it a name, and providing the command /Users/baw/.local/bin/uv with arguments --directory /Users/baw/Desktop/dev/mcp/first_mcp_server run main.py. After installation, list available servers with claude mcp list and test with queries in Claude. Debugging is possible using MCP Inspector via npx @modelcontextprotocol/inspector uv run main.py.

Key features of Documentation MCP Server

  • Integrates with Claude via the MCP protocol.
  • Supports debugging with MCP Inspector.
  • Can be added to a project directory.
  • Uses uv for running the server.
  • Provides a simple setup process with environment variables (optional).

Use cases of Documentation MCP Server

FAQ from Documentation MCP Server

How do I add Documentation MCP Server to Claude?

Run claude mcp add, enter a server name when prompted, and provide the command and arguments for the server (uv and the path to main.py).

How can I list all installed MCP servers?

Use the command claude mcp list to view all available MCP servers.

How do I debug Documentation MCP Server?

Run MCP Inspector with the command `

评论

记忆与知识 分类下的更多 MCP 服务器