Documentation MCP Server
@BTonny
About Documentation MCP Server
No overview available yet
Basic information
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 `
More Memory & Knowledge MCP servers
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools
Basic Memory
basicmachines-coAI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN
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.
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.
Comments