Servers
MCP Documentation Server
@esakrissa
Model Context Protocol documentation server for LangGraph and MCP.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-doc": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}