Back to Home
thusharanavod123 icon

mcp-agent-starter-kit

Verified Safe

by thusharanavod123

Overview

A starter kit for building custom AI agents using the Model Context Protocol (MCP) to connect real-world tools with Large Language Models (LLMs).

Installation

Run Command
node mcp/server.js

Environment Variables

  • OPENAI_API_KEY
  • GEMINI_API_KEY
  • CLAUDE_API_KEY

Security Notes

API keys are loaded from environment variables, not hardcoded. Dynamic tool loading is based on a fixed local directory, preventing path traversal via user input. The `mcp/server.js` directly uses `JSON.parse` on the request body without explicit error handling, which is a minor risk for malformed JSON, but generally acceptable for a starter kit. No `eval` or obvious malicious patterns found.

Similar Servers

Stats

Interest Score34
Security Score8
Cost ClassMedium
Avg Tokens300
Stars2
Forks1
Last Update2025-12-01

Tags

MCPAI AgentsLLMOpenAINode.js