Model Manager
Rank #40,448io.github.setheerwagen/mcp-modelmanager
Manage your local model machine over MCP: state, model pull/remove, service switch, LoRA training
Model Manager is a Model Context Protocol (MCP) server published by setheerwagen. It ranks #40,448 of 132,113 servers tracked on MCP Toplist. Model Manager is listed on Official MCP, with 2 tracked versions. It was first listed on Sep 1, 2026 and most recently updated on Sep 8, 2026.
Ranks ahead of 91,665 of 132,113 servers on MCP Toplist.
Use Model Manager
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-modelmanager -e "MM_VM_HOST=<your MM_VM_HOST>" -e "MM_VM_USER=<your MM_VM_USER>" -e "MM_CONTAINER_ROOT=<your MM_CONTAINER_ROOT>" -e "MM_MAX_TIER=<your MM_MAX_TIER>" -e "MM_ENABLED_OPERATIONS=<your MM_ENABLED_OPERATIONS>" -e "MM_VM2_HOST=<your MM_VM2_HOST>" -- uvx mcp-modelmanagerReplace each placeholder with your own value before saving.
[mcp_servers.mcp-modelmanager]
command = "uvx"
args = ["mcp-modelmanager"]
[mcp_servers.mcp-modelmanager.env]
MM_VM_HOST = "<your MM_VM_HOST>"
MM_VM_USER = "<your MM_VM_USER>"
MM_CONTAINER_ROOT = "<your MM_CONTAINER_ROOT>"
MM_MAX_TIER = "<your MM_MAX_TIER>"
MM_ENABLED_OPERATIONS = "<your MM_ENABLED_OPERATIONS>"
MM_VM2_HOST = "<your MM_VM2_HOST>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-modelmanager": {
"command": "uvx",
"args": [
"mcp-modelmanager"
],
"env": {
"MM_VM_HOST": "<your MM_VM_HOST>",
"MM_VM_USER": "<your MM_VM_USER>",
"MM_CONTAINER_ROOT": "<your MM_CONTAINER_ROOT>",
"MM_MAX_TIER": "<your MM_MAX_TIER>",
"MM_ENABLED_OPERATIONS": "<your MM_ENABLED_OPERATIONS>",
"MM_VM2_HOST": "<your MM_VM2_HOST>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-modelmanager": {
"command": "uvx",
"args": [
"mcp-modelmanager"
],
"env": {
"MM_VM_HOST": "<your MM_VM_HOST>",
"MM_VM_USER": "<your MM_VM_USER>",
"MM_CONTAINER_ROOT": "<your MM_CONTAINER_ROOT>",
"MM_MAX_TIER": "<your MM_MAX_TIER>",
"MM_ENABLED_OPERATIONS": "<your MM_ENABLED_OPERATIONS>",
"MM_VM2_HOST": "<your MM_VM2_HOST>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-modelmanager": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-modelmanager"
],
"env": {
"MM_VM_HOST": "<your MM_VM_HOST>",
"MM_VM_USER": "<your MM_VM_USER>",
"MM_CONTAINER_ROOT": "<your MM_CONTAINER_ROOT>",
"MM_MAX_TIER": "<your MM_MAX_TIER>",
"MM_ENABLED_OPERATIONS": "<your MM_ENABLED_OPERATIONS>",
"MM_VM2_HOST": "<your MM_VM2_HOST>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-modelmanager": {
"command": "uvx",
"args": [
"mcp-modelmanager"
],
"env": {
"MM_VM_HOST": "<your MM_VM_HOST>",
"MM_VM_USER": "<your MM_VM_USER>",
"MM_CONTAINER_ROOT": "<your MM_CONTAINER_ROOT>",
"MM_MAX_TIER": "<your MM_MAX_TIER>",
"MM_ENABLED_OPERATIONS": "<your MM_ENABLED_OPERATIONS>",
"MM_VM2_HOST": "<your MM_VM2_HOST>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-modelmanager": {
"command": "uvx",
"args": [
"mcp-modelmanager"
],
"env": {
"MM_VM_HOST": "<your MM_VM_HOST>",
"MM_VM_USER": "<your MM_VM_USER>",
"MM_CONTAINER_ROOT": "<your MM_CONTAINER_ROOT>",
"MM_MAX_TIER": "<your MM_MAX_TIER>",
"MM_ENABLED_OPERATIONS": "<your MM_ENABLED_OPERATIONS>",
"MM_VM2_HOST": "<your MM_VM2_HOST>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.setheerwagen%2Fmcp-modelmanager)<a href="https://mcptoplist.com/server/io.github.setheerwagen%2Fmcp-modelmanager"><img src="https://mcptoplist.com/badge/io.github.setheerwagen%2Fmcp-modelmanager.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
setheerwagen
Available versions (2)
| Version | Published |
|---|---|
| 1.0.2 | Sep 8, 2026 |
| 1.0.1 | Sep 1, 2026 |
Frequently asked questions
- Who maintains Model Manager?
- Model Manager is maintained by setheerwagen, which publishes 3 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Model Manager listed on the Official MCP Registry?
- Yes — Model Manager is listed on the Official MCP Registry.
- How many versions does Model Manager have?
- MCP Toplist tracks 2 versions of Model Manager, most recently published on Sep 8, 2026.
- Where can I find the source code for Model Manager?
- The source code for Model Manager is hosted at github.com/setheerwagen/local-ai-mcp-servers.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.