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

mcp-server MCP Server

Vicus-Brits/mcp-server

Score: 54.4 Rank #38 MCP Server
Are you the maintainer of Vicus-Brits/mcp-server? Claim this listing →
Add AgentRank to Claude Code Discover and compare tools like Vicus-Brits/mcp-server — your AI finds the right one automatically
Get API Access →
claude mcp add agentrank -- npx -y agentrank-mcp-server

Overview

Vicus-Brits/mcp-server is a Python MCP server.

Ranked #38 out of 124 indexed tools.

Actively maintained with commits in the last week.

Ecosystem

Python No license 17,261 pypi/wk

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads 13% 17,261/wk

17,261 weekly installs → widely installed

Forks 0
Description None
License None

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

How to Improve

Description low impact

Add a detailed description (150+ chars) to your repo to improve discoverability

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Badge all embed codes →

AgentRank score for Vicus-Brits/mcp-server
[![AgentRank](https://agentrank-ai.com/api/badge/tool/Vicus-Brits--mcp-server)](https://agentrank-ai.com/tool/Vicus-Brits--mcp-server/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/Vicus-Brits--mcp-server/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/Vicus-Brits--mcp-server" 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="Vicus-Brits/mcp-server"></script>

Matched Queries

"mcp server""mcp-server"

From the README

# MCP Database Query Server

An MCP (Model Context Protocol) server that lets a VS Code AI agent query databases through a structured, step-by-step workflow.

## Supported Databases

- **SQLite** — via Python's built-in `sqlite3` (always available)
- **PostgreSQL** — via `psycopg2` (optional — install `psycopg2-binary`)
- **MySQL** — via `mysql-connector-python` (optional)
- **Microsoft SQL Server** — via `pyodbc` (optional — requires ODBC drivers)

> **Note:** Only SQLite support is required to get started. The server loads database adapters lazily — missing optional drivers won't prevent the server from starting.

## Setup

### 1. Install dependencies

```bash
pip install -r requirements.txt
```

### 2. Configure connections

Edit `config.json` to add your database connections:

```json
{
  "connections": [
    {
      "name": "My Postgres",
      "type": "postgres",
      "host": "localhost",
      "port": 5432,
      "database": "mydb",
      "username": "user",
      "password": "
Read full README on GitHub →

Get the weekly AgentRank digest

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