Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"multillm": {
"command": "python3",
"args": [
"-m",
"multillm.mcp_server"
],
"env": {
"LLM_GATEWAY_URL": "http://localhost:8080"
}
}
}
}Server configuration and connection parameters
python3Command-line arguments passed to the server process
Environment variables set when the server starts
LLM_GATEWAY_URL=http://localhost:8080npx claudepluginhub adibirzu/multillm