general-mcp-server
Verified Safeby marcusvbda
Overview
This server acts as a Multi-Capability Protocol (MCP) server, integrating custom tools and orchestrating their use with an AI assistant.
Installation
npx tsx src/index.tsEnvironment Variables
- OPEN_AI_MODEL
- OPEN_AI_API_KEY
- OEPN_AI_BASE_URL
Security Notes
The server correctly uses environment variables for API keys and does not contain 'eval' or obvious obfuscation. Tool arguments are passed directly to handlers, which are responsible for their own input validation. The `OEPN_AI_BASE_URL` environment variable appears to be a typo and should likely be `OPEN_AI_BASE_URL`, which could lead to misconfiguration but is not a security vulnerability in itself.
Similar Servers
Unity-MCP
AI-powered game development assistant for Unity Editor and Runtime, enabling Large Language Models (LLMs) to automate tasks and interact with Unity projects via the Model Context Protocol (MCP).
dev-kit-gh-mcp-server
A GitHub Model Context Protocol (MCP) server designed for automation, bots, and AI agents to perform focused repository operations.
wiki_mcp_server
An MCP (Model Context Protocol) server for integrating Confluence wiki content, allowing AI models to search, retrieve, and list Confluence information.
filepuff-mcp
Acts as a server implementing the Minecraft Protocol, potentially for custom game interactions, proxying, or managing game-related files.