• v0.1.0 709cf33b1a

    v0.1.0
    Some checks failed
    CI / test (push) Failing after 4m58s
    Stable

    7000pctAUTO released this 2026-02-05 12:36:38 +00:00 | 46 commits to main since this release

    Initial 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-cli
    

    Quick Start

    mcp-server config init -o config.yaml
    mcp-server server start --port 3000
    

    See the README for full documentation.

    Downloads