server.json•835 B
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
"name": "io.github.tschoonj/repology-mcp-server",
"description": "MCP server that provides access to Repology package repository data",
"status": "active",
"repository": {
"url": "https://github.com/tschoonj/repology-mcp-server",
"source": "github"
},
"version": "0.1.1",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "repology-mcp-server",
"version": "0.1.1",
"transport": {
"type": "stdio"
}
},
{
"registryType": "oci",
"registryBaseUrl": "https://ghcr.io",
"identifier": "tschoonj/repology-mcp-server",
"version": "0.1.1",
"transport": {
"type": "stdio"
}
}
]
}