cli-mcp-server

Command line interface for MCP clients with secure execution and customizable security policies

GitHub Stars

142

User Rating

Not Rated

Favorites

0

Views

34

Forks

22

Issues

5

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Required software and versions:
Python: 3.10 or higher

Installation Steps

1. Clone Repository

bash
git clone https://github.com/MladenSU/cli-mcp-server.git
cd cli-mcp-server

2. Install Dependencies

bash
pip install -r requirements.txt

3. Start Server

bash
python server.py

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Commands cannot be executed Solution: Verify allowed commands in the configuration file.

Additional Resources