Back to Home
diamajumder icon

mcpserver

Verified Safe

by diamajumder

Overview

A collection of Model Context Protocol (MCP) servers enabling AI agents with prompt management, resource querying, tool execution (file I/O, API calls), memory persistence via vector stores, and external service integration, orchestrated by an OpenAI-integrated client.

Installation

Run Command
uv run server.py

Environment Variables

  • OPENAI_API_KEY

Security Notes

File I/O functions (`add_note_to_file`, `add_person`, `read_file`) directly use string input from the user or LLM, which could lead to unvalidated content being written to or read from specific local files (`notes.txt`, `log.txt`), potentially impacting data integrity or exposing previously stored data. No direct 'eval' or critical code injection vulnerabilities were found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens750
Stars0
Forks0
Last Update2026-01-19

Tags

AI AgentTool OrchestrationAPI IntegrationPrompt EngineeringResource ManagementVector Database