chronista-club/vantage-mcp
If you are the rightful owner of vantage-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Vantage Server is a robust process management server designed for Claude Code, utilizing the Model Context Protocol (MCP) to manage processes as resources.
Tools
Functions exposed to the LLM to take actions
echo
Echo back messages for testing.
ping
Simple health check.
get_status
Get server status and uptime.
create_process
Register a new process configuration.
start_process
Start a registered process.
stop_process
Stop a running process gracefully.
get_process_status
Get detailed process status.
get_process_output
Retrieve process stdout/stderr logs.
list_processes
List all managed processes with filters.
remove_process
Remove a process from management.
export_processes
Export all processes to a YAML file.
import_processes
Import processes from a YAML file.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client