mcpserver
Verified Safeby 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
uv run server.pyEnvironment 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
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
ncp
NCP acts as a universal adapter and orchestrator for Model Context Protocol (MCP) servers and tools. It provides a unified interface for discovery, execution, and management of diverse tools (local CLI, HTTP APIs, internal plugins/Photons, AI skills) through natural language and structured code interaction, enabling AI agents to interact with the broader digital ecosystem.
mcpc
Build and compose agentic Model Context Protocol (MCP) servers and tools, enabling AI assistants to discover, integrate, and orchestrate other MCP servers for complex tasks.
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.