Documentation MCP Server
@BTonny
About Documentation MCP Server
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
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 `
Frequently asked questions
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 `
Basic information
More Memory & Knowledge MCP servers
Rust Docs MCP Server
Govcraft🦀 Prevents outdated Rust code suggestions from AI assistants. This MCP server fetches current crate docs, uses embeddings/LLMs, and provides accurate context via a tool call.
Memory Bank MCP Server
alioshrA Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.
Obsidian MCP Server
StevenStavrakisA simple MCP server for Obsidian
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors
Context Portal MCP (ConPort)
GreatScottyMacContext Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.
Comments