mcproc

neptaco/mcproc
★ 9 stars Rust 🤖 AI/LLM Updated 1mo ago
A Model Context Protocol (MCP) server for comfortable background process management on AI agents.
View on GitHub →

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"
      ]
    }
  }
}

Topics

aiagentclaude-codecursormcpmcp-server