Google PageRank for AI agents. 25,000+ tools indexed.

famtong8-dev/w3-mcp-server-qdrant

Score: 55.2 Rank #19

w3-mcp-server-qdrant

Overview

famtong8-dev/w3-mcp-server-qdrant is a Python MCP server licensed under MIT. w3-mcp-server-qdrant

Ranked #19 out of 104 indexed tools.

Actively maintained with commits in the last week.

Ecosystem

Python MIT

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% 1d ago

Last commit 1d ago → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 3

3 contributors → small team

Dependents 25% 0

No dependents → no downstream usage

Forks 1
Description Brief
License MIT

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge

AgentRank score for famtong8-dev/w3-mcp-server-qdrant
[![AgentRank](https://agentrank-ai.com/api/badge/tool/famtong8-dev--w3-mcp-server-qdrant)](https://agentrank-ai.com/tool/famtong8-dev--w3-mcp-server-qdrant/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/famtong8-dev--w3-mcp-server-qdrant/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/famtong8-dev--w3-mcp-server-qdrant" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="famtong8-dev/w3-mcp-server-qdrant"></script>

Matched Queries

"mcp server""mcp-server"

From the README

# Qdrant MCP Server

Model Context Protocol server for vector search using [Qdrant](https://qdrant.tech/) and [Ollama](https://ollama.ai/) embeddings.

## Features

- **Vector Search**: Search for similar documents using text queries (auto-embedded via Ollama)
- **Collection Management**: List and manage Qdrant collections
- **Flexible Output**: Markdown or JSON response formats
- **Read-Only**: Safe for querying without modifying data

## Prerequisites

### Qdrant Server

```bash
docker run -p 6333:6333 qdrant/qdrant:latest
```

Or install locally: [Qdrant Quick Start](https://qdrant.tech/documentation/quick-start/)

### Ollama Server

```bash
# Install: https://ollama.ai
ollama pull nomic-embed-text
ollama serve
```

Other embedding models available:

- `nomic-embed-text` (768 dims) - recommended, lightweight
- `mxbai-embed-large` (1024 dims) - higher quality
- `all-minilm` (384 dims) - ultra-lightweight

## Installation

```bash
# Clone/navigate to project directory
cd w3-mcp-server
Read full README on GitHub →
Are you the maintainer of famtong8-dev/w3-mcp-server-qdrant?

Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.

Claim this tool →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.