-
released this
2026-02-05 12:36:38 +00:00 | 46 commits to main since this releaseInitial release of MCP Server CLI - A local Model Context Protocol server for developers.
Features
- MCP Protocol Support: Full Model Context Protocol server implementation
- Built-in Tools: File operations, git commands, and shell execution
- Custom Tools: Define your own tools in YAML/JSON format
- Local LLM Integration: Connect to Ollama, LM Studio, or other local LLMs
- Security: Whitelisted commands and blocked paths for safe execution
- CLI Interface: Easy-to-use command-line interface
Installation
pip install mcp-server-cliQuick Start
mcp-server config init -o config.yaml mcp-server server start --port 3000See the README for full documentation.
Downloads