Skip to main content
Glama
orkuhh
by orkuhh

Process MCP Server

MCP server for managing background process sessions via the OpenClaw process tool.

Tools

Tool

Description

process_list

List all running background sessions

process_status

Get detailed status of a session

process_log

Get output log from a session

process_kill

Terminate a running session

process_send_keys

Send keystrokes to a session

process_paste

Paste text into a session

Related MCP server: Tmux MCP Server

Usage

import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
import { CallToolRequestSchema } from "@modelcontextprotocol/sdk/types.js";

const server = new McpServer({
  name: "process-mcp-server",
  version: "1.0.0"
});

// Register tools...

const transport = new StdioServerTransport();
server.connect(transport);

Integration with mcporter

Add to your mcporter config:

{
  "mcpServers": {
    "process": {
      "command": "node",
      "args": ["/root/.openclaw/workspace/process-mcp-server/dist/index.js"]
    }
  }
}

Build

cd process-mcp-server
npm install
npm run build
F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Enables comprehensive tmux session management through MCP, allowing users to list sessions, send commands, set up automated messaging timers, and control tmux processes directly from Claude Desktop. Provides both real-time session monitoring and automated workflow features like exit/continue cycles.
    2
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables programmatic control over tmux terminal sessions for SSH access, command execution, and terminal automation. Supports creating sessions, sending commands, capturing output, and managing multiple panes for interactive debugging and monitoring.
    8
    10
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Provides tools for executing shell commands both synchronously and asynchronously with real-time output streaming and process management capabilities. It enables users to start background tasks, monitor progress, and manage long-running processes via Stdio or HTTP transports.
    270
    MIT

View all related MCP servers

Related MCP Connectors

  • A paid remote MCP for ClawManager, built to return verdicts, receipts, usage logs, and audit-ready J

  • A paid remote MCP for AI agent browser MCP session, built to return verdicts, receipts, usage logs,

  • Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/orkuhh/process-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server