MCP.so
Sign In

Documentation MCP Server

@BTonny

About Documentation MCP Server

No overview available yet

Basic information

Category

Memory & Knowledge

Runtime

python

Transports

stdio

Publisher

BTonny

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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 `

Comments

More Memory & Knowledge MCP servers