io.github.Antonytm/mcp-all✓
io.github.Antonytm/mcp-all · v0.1.20
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.Antonytm/mcp-all",
"description": "A Model Context Protocol server to run other MCP servers",
"repository": {
"url": "https://github.com/Antonytm/mcp-all",
"source": "github"
},
"version": "0.1.20",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@antonytm/mcp-all",
"version": "0.1.20",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "TRANSPORT"
}
]
},
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@antonytm/mcp-all",
"version": "0.1.20",
"transport": {
"type": "streamable-http",
"url": "http://localhost:3001/mcp"
},
"environmentVariables": [
{
"name": "TRANSPORT"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}