Servers
mcp-qdrant-docs MCP Server
@kazuph
An MCP server that scrapes websites, indexes content into Qdrant, and provides a query tool.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-qdrant-docs": {
"command": "npx",
"args": [
"@kazuph/mcp-qdrant-docs",
"--start-url",
"https://example-docs.com/",
"--collection-name",
"my-docs",
"--limit",
"50",
"--debug"
]
}
}
}