mcp-server
@egeokt
关于 mcp-server
MCP server that allows you to get the latest documentation
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-egeokt": {
"command": "uv",
"args": [
"init",
"mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mcp-server?
mcp-server is a simple Model Context Protocol server that provides the latest documentation for tools such as LangChain, OpenAI, and LlamaIndex. It is intended for developers who need quick access to up-to-date documentation through an MCP‑compatible client like Claude Desktop.
How to use mcp-server?
Install the uv package manager, create a virtual environment, add dependencies (mcp[cli], httpx), and create the server file main.py. Run the server with uv run main.py and connect it to a client such as Claude Desktop by editing the client’s configuration file.
Key features of mcp-server
- Retrieves the latest documentation for LangChain, OpenAI, and LlamaIndex
- Built on the Model Context Protocol (MCP) with SDK 1.2.0+
- Requires Python 3.10 or higher and the
uvpackage manager - Designed for integration with MCP‑compatible clients like Claude Desktop
Use cases of mcp-server
- Quickly fetch current documentation for LangChain, OpenAI, or LlamaIndex
- Integrate up‑to‑date tool documentation into an AI assistant’s context
- Simplify developer workflows by automating documentation lookup
FAQ from mcp-server
What documentation does mcp-server provide?
It provides the latest documentation for three tools: LangChain, OpenAI, and LlamaIndex (listed as “lama-index” in the README).
What are the system requirements?
Python 3.10 or higher, MCP SDK 1.2.0 or higher, and the uv package manager.
How do I run mcp-server?
Run uv run main.py from the project directory after installing dependencies and setting up the virtual environment.
How do I connect mcp-server to Claude Desktop?
Edit ~/Library/Application Support/Claude/claude_desktop_config.json and add a server entry with command: "uv", args: ["--directory", "/ABSOLUTE/PATH/TO/YOUR/mcp-server", "run", "main.py"]. Then restart Claude Desktop.
What should I do if the server isn’t picked up by Claude Desktop?
Check the configuration file path and permissions, verify the absolute path in the config is correct, ensure uv is installed and accessible, and review Claude Desktop logs.
其他 分类下的更多 MCP 服务器

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论