Back to Home
dominiquekossi icon

mcp-agent-kit

by dominiquekossi

Overview

Simplifies the creation and management of AI agents, chatbots, and Model Context Protocol (MCP) servers with various LLM providers.

Installation

Run Command
npx ts-node examples/mcp-server.ts

Environment Variables

  • MCP_SERVER_NAME
  • MCP_PORT
  • LOG_LEVEL
  • OPENAI_API_KEY
  • ANTHROPIC_API_KEY
  • GEMINI_API_KEY
  • OLLAMA_HOST

Security Notes

The example `smart-tool-calling.ts` file demonstrates a `calculate` tool using `eval(params.expression)`. While noted as 'don't use in production!', this is a critical remote code execution vulnerability if user input were to reach it. Its presence as a direct example of tool implementation poses a significant security risk for developers who might adapt it. No other obvious hardcoded secrets or malicious patterns were found; API keys are correctly managed via environment variables.

Similar Servers

Stats

Interest Score27
Security Score4
Cost ClassMedium
Avg Tokens750
Stars1
Forks0
Last Update2025-11-20

Tags

ai-agentsllm-orchestrationmcp-serverchatbotstypescript