irskep/persistproc
by Various
MCP server to allow LLMs to manage and inspect long-running processes
MCP
irskep/persistproc
Added 1 June 2026
Overview
persistproc is an MCP server that lets LLMs manage and inspect long-running processes. It provides a persistent process management layer so models can start, monitor, and interact with background tasks across sessions.
Best for
Best for
Developers building LLM agents that need to run and supervise background shell processes
Use cases
- Launch and monitor long-running data processing jobs from an LLM
- Inspect stdout/stderr of background processes during multi-turn conversations
- Manage process lifecycles (start, stop, status) programmatically via MCP
Notes
persistproc is an MCP server that lets LLMs manage and inspect long-running processes. It provides a persistent process management layer so models can start, monitor, and interact with background tasks across sessions.
8 stars on GitHub. Last updated 2025-07-18. Licensed MIT.
Use cases
- Launch and monitor long-running data processing jobs from an LLM
- Inspect stdout/stderr of background processes during multi-turn conversations
- Manage process lifecycles (start, stop, status) programmatically via MCP
Pros
- Enables LLMs to handle tasks that outlive a single response
- Lightweight Python implementation with minimal dependencies
- Open source with a clear MCP interface for integration
Cons
- Limited to Python environments and MCP-compatible clients
- No built-in resource or security isolation for spawned processes
- Small community and low star count may mean slower updates
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Enables LLMs to handle tasks that outlive a single response
- Lightweight Python implementation with minimal dependencies
- Open source with a clear MCP interface for integration
Cons
- Limited to Python environments and MCP-compatible clients
- No built-in resource or security isolation for spawned processes
- Small community and low star count may mean slower updates
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
executeautomation/playwright-mcp-server
Various
Playwright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More 🔌
idosal/git-mcp
Various
Put an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project