Back to Home
harshdespande icon

MCP_Server_Project

Verified Safe

by 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

Run Command
uv run main.py

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-02

Tags

AI ChatbotCLIAnthropic APIDocument RetrievalMCP