Back to Home
shenghuofei icon

eino-mcp-agent

Verified Safe

by shenghuofei

Overview

An intelligent chat agent built on CloudWeGo Eino, designed to integrate with various tools via the Model Context Protocol (MCP), exemplified by a file counting utility.

Installation

Run Command
go run main.go

Environment Variables

  • OPENAI_API_KEY
  • GITHUB_TOKEN

Security Notes

The project uses standard libraries for file operations and JSON parsing, avoiding direct 'eval' or similar dangerous functions. Hardcoded secrets are avoided by using environment variables (e.g., OPENAI_API_KEY, GITHUB_TOKEN). The primary risks involve potential for LLM-generated malicious inputs to tools if not properly constrained, or if the configuration (config.yaml) were to specify a malicious command for an MCP server, which is a configuration-level risk rather than a code vulnerability.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens750
Stars0
Forks0
Last Update2026-01-19

Tags

AI AgentToolingMCPGoPython