MCP_Server_Project
Verified Safeby harshdespande
Overview
An interactive command-line interface application for chatting with AI models via the Anthropic API, supporting document retrieval, command-based prompts, and extensible tools.
Installation
uv run main.pyEnvironment Variables
- ANTHROPIC_API_KEY
- CLAUDE_MODEL
- USE_UV
Security Notes
The application runs locally with subprocess communication via stdio, limiting external attack surfaces. The 'edit_document' tool allows AI to modify in-memory document content, which could lead to data integrity issues if the AI is prompted maliciously, but it does not affect the file system or external resources. No hardcoded secrets or obvious malicious patterns were found. Requires an Anthropic API key, which should be protected.
Similar Servers
5ire
A desktop AI assistant client that integrates with various LLM providers and supports extensible tool and prompt functionalities via the Model Context Protocol (MCP).
wcgw
An MCP server that empowers AI chat applications to execute shell commands, edit code, and manage project context on a local machine for development tasks.
mcp-use-cli
An interactive command-line interface (CLI) tool for connecting to and interacting with Model Context Protocol (MCP) servers using natural language, acting as an AI client that orchestrates LLM responses with external tools.
MCP-Server_AI-interaction
Facilitates advanced user interaction with an AI agent by providing a persistent graphical interface for text input, workspace-aware file/folder attachment, and drag-and-drop image attachment with multi-language support.