Skip to main content
Glama
clalarco

MCP CLI Server

by clalarco

MCP CLI Server

An MCP server that provides tools to interact with CLI applications.

@author: Claudio Alarcon clalarco@gmail.com

Requirements

Related MCP server: mcpdeployment

MCP Tools

  • start_process(command: str): Start a new process.

  • stop_process(pid: str): Stop a running process.

  • is_alive(pid: str): Check if a process is running.

  • write_input(pid: str, text: str): Send input to a process.

  • read_output(pid: str): Read output from a process.

  • get_processes(): Get a list of all processes.

MCP Configuration

Local repository configuration:

{
  "mcpServers": {
    "cli": {
      "command": "uv",
      "args": ["--directory", "/path/to/mcp-cli", "run", "mcp-cli"]
    }
  }
}

Using it from Github:

{
  "mcpServers": {
    "cli": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/clalarco/mcp-cli", "mcp-cli"]
    }
  }
}

Using MCP inspector

Having npm installed, run:

Local repository:

npx -y @modelcontextprotocol/inspector uv run mcp-cli

From github:

npx -y @modelcontextprotocol/inspector uvx --from git+https://github.com/clalarco/mcp-cli mcp-cli
Install Server
F
license - not found
A
quality
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.

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/clalarco/mcp-server-for-cli'

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