Back to Home
marcusvbda icon

general-mcp-server

Verified Safe

by marcusvbda

Overview

This server acts as a Multi-Capability Protocol (MCP) server, integrating custom tools and orchestrating their use with an AI assistant.

Installation

Run Command
npx tsx src/index.ts

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens600
Stars0
Forks0
Last Update2025-12-14

Tags

MCPAI AssistantToolsOrchestrationTypeScript