Back to Home
adityabolabandinitk-droid icon

MY-AI-Experiment-001-MCP

Verified Safe

by adityabolabandinitk-droid

Overview

Interactive CLI chat application with Anthropic AI models, supporting document retrieval, command-based prompts, and extensible tools via MCP.

Installation

Run Command
uv run main.py

Environment Variables

  • ANTHROPIC_API_KEY
  • CLAUDE_MODEL
  • USE_UV

Security Notes

The application loads API keys from environment variables, which is good practice. No 'eval' or overt obfuscation is present. The primary security consideration arises from `main.py`'s ability to execute arbitrary server scripts passed as command-line arguments, which could be a risk if untrusted scripts are used. The `edit_document` tool allows in-memory string replacement, posing a functional risk of data corruption if misused by the LLM or user, but not a system-level security vulnerability.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-11-23

Tags

AI ChatbotCLIAnthropicDocument RetrievalMCP