← Back to Plugins
MCP Server MCP

io.github.tschoonj/repology-mcp-server

github By github 👁 1 views ▲ 0 votes

MCP server that provides access to Repology package repository data

Homepage Verified source GitHub

Install

uvx repology-mcp-server

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "repology-mcp-server",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/tschoonj/repology-mcp-server:0.1.1",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol pypi oci

Comments

Sign in to leave a comment

Loading comments...