A Model Context Protocol (MCP) server for comfortable background process management on AI agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcproc": {
"command": "cargo",
"args": [
"run",
"--",
"mcproc"
]
}
}
}
Run in terminal:
claude mcp add mcproc cargo run -- mcproc
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcproc": {
"command": "cargo",
"args": [
"run",
"--",
"mcproc"
]
}
}
}