CLI-based-chatbot-MCP-Server-Client

HarshithaDA/CLI-based-chatbot-MCP-Server-Client
★ 0 stars Python Code/Dev Tools Updated 6d ago
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cli-based-chatbot-mc": {
      "command": "uvx",
      "args": [
        "cli-based-chatbot-mcp-server-client"
      ]
    }
  }
}

Or install with pip: pip install cli-based-chatbot-mcp-server-client

README Excerpt

This chatbot allows users to interact with a collection of documents through a command-line interface. The system consists of two main components: - An MCP client that handles user interactions - A custom MCP server that manages document operations The MCP server manages documents stored in memory. The server will provide two essential tools: one to read document contents and another to update them through find-and-replace operations.