langgraph_mcp
0
LangGraph Documentation MCP Server is an MCP server providing access to LangGraph documentation with vector store-based retrieval using Ollama embeddings for document vectorization. It supports both semantic search tools and full documentation access.
LangGraph Documentation MCP Server
This project is an MCP server providing access to LangGraph documentation using a vector store-based retrieval system. It features:
- Document retrieval using SKLearnVectorStore and Ollama embeddings.
- FastMCP server implementation.
- Document processing from LangGraph documentation.
- Support for tool-based queries and full documentation access.
Prerequisites
- Python 3.12+
- Ollama installed locally
Installation
- Clone the repository
- Create and activate a virtual environment
- Install dependencies
Usage
- Build the vector store using Jupyter notebook.
- Run the MCP server.