mcpbeat Sign in

Repology MCP Server

local only

Repology MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 47 installs a week from pypi. Last commit 29 Sep 2025.

MCP server that provides access to Repology package repository data

Installs per day peak 17 · avg 8 · -36% w/w
a month agotoday
47
Installs / week
pypi · repology-mcp-server
0
Stars
0 open issues
29 Sep 2025
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/ci.yml:113
    - name: Update server.json version
      run: |
        VERSION=${{ steps.version.outputs.VERSION }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

Nothing serious here today

Today is the operative word: we check Repology MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add repology-mcp-server -- uvx repology-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "repology-mcp-server": {
      "args": [
        "repology-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.repology-mcp-server]
command = "uvx"
args = ["repology-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "repology-mcp-server": {
      "args": [
        "repology-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "repology-mcp-server": {
      "args": [
        "repology-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Repology MCP Server

same job, measured the same way
Gread
by nitrorcr

An MCP server that gives your AI access to the source code and docs of all public github repos

5 tools answering
Codescene MCP Server
by codescene

An MCP server that provides CodeScene Code Health analysis tools.

1 745 installs/wk local only
Github_private
by pipeworx-io

GitHub Private MCP Pack — access private repos, org data via OAuth.

37 tools answering
Zenn MCP Server
by github30

MCP server that posts to Zenn.

local only
Awesome Copilot MCP Server
by microsoft

An MCP server that stores Copilot customizations from the Awesome Copilot repository

local only
Pride
by pipeworx-io

EBI PRIDE Archive MCP — proteomics (mass-spectrometry) data repository.

38 tools answering
GitLab Documentation MCP Server
by nunolima

Searchable access to GitLab documentation from multiple repositories with full-text search.

local only
NASA Earthdata MCP
by nasa

Discover, verify, and access NASA Earth science datasets via the Common Metadata Repository (CMR)

7 tools answering

Repology MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Repology MCP Server?
Repology MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package repology-mcp-server was installed 47 times last week.
How do I connect Repology MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls repology-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Repology MCP Server?
The pypi package repology-mcp-server was installed 47 times in the last week. Week over week that is -36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Repology MCP Server open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.