Back to Home
mikesmallhelp icon

chatbot-and-mcp-servers

Verified Safe

by mikesmallhelp

Overview

A chatbot application that integrates with Model Context Protocol (MCP) servers, allowing AI assistants to use external tools for task execution and augmented capabilities.

Installation

Run Command
npm run dev

Environment Variables

  • AI_GATEWAY_API_KEY
  • AI_GATEWAY_MODEL

Security Notes

The application spawns external processes via `StdioClientTransport` by executing commands defined in `chatbot-and-mcp-servers-config.json`. While these commands are configured by the developer and not directly from user input in the chat, a compromised configuration file could lead to arbitrary command execution on the host system. Environment variables from `process.env` are merged with `serverConfig.env`, which could expose sensitive data if `serverConfig.env` is not carefully managed. No 'eval' or obvious obfuscation found. Hardcoded secrets are avoided by using environment variables.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2026-01-19

Tags

chatbotAI assistanttoolingMCPNext.js