
Vantage MCP
by chronista-club
Advanced process management server for Claude Code, featuring real-time logging and a web dashboard.
What it does
Vantage MCP allows AI agents to manage OS processes as resources. It provides full control over starting, stopping, and monitoring processes, streaming their stdout/stderr logs in real-time to the agent. It includes a sophisticated Vue 3 web dashboard for manual oversight and a KDL-based persistence layer for configuration.
Tools
create_process: Registers a new process configuration with command, args, and env.start_process: Launches a registered process.stop_process: Gracefully terminates a running process.get_process_output: Retrieves real-time stdout/stderr logs.get_process_status: Fetches detailed state and metrics for a process.list_processes: Lists all managed processes with advanced filtering.remove_process: Deletes a process configuration.export_processes/import_processes: Manages process configurations via YAML.
Installation
Install via Cargo:
cargo install --git https://github.com/chronista-club/vantage-mcp
Add to .mcp.json:
{
"mcpServers": {
"vantage": {
"type": "stdio",
"command": "vantage",
"env": {
"RUST_LOG": "info"
}
}
}
}
Supported hosts
- Claude Code
- Claude Desktop
Quick install
cargo install --git https://github.com/chronista-club/vantage-mcpInformation
- Pricing
- free
- Published






