MCP (Model Context Protocol) server that allows users to search for documentation from popular libraries such as LangChain, LlamaIndex, and OpenAI using the Serper API. The server fetches search resul…
{
"mcpServers": {
"document-search": {
"command": "uvx",
"args": [
"python-mcp-server"
]
}
}
}