simple-agent
Verified Safeby anutechofficial
Overview
This project implements a Micro-Plugin (MCP) server that exposes tools for an AI agent, allowing it to collect structured user data via conversation.
Installation
npx ts-node server/index.tsEnvironment Variables
- GITHUB_TOKEN
- OPENAI_API_KEY
Security Notes
The server uses `cors()` without specific origin restrictions, which is acceptable for local development but poses a security risk if exposed publicly. Tool inputs from the agent are used directly but within defined logical paths without apparent code injection vulnerabilities. Sensitive API keys like `GITHUB_TOKEN` are loaded securely via environment variables.
Similar Servers
vibe-check-mcp-server
Provides a plug-and-play AI meta-mentor layer for LLM agents, offering metacognitive questioning to prevent over-engineering, reasoning lock-in, and misalignment.
agent
A local agent that consolidates and proxies multiple Model Context Protocol (MCP) servers, providing a single HTTP/STDIO endpoint, managing their lifecycle, application integrations, and registry interactions.
mcp_massive
An AI agent orchestration server, likely interacting with LLMs and managing multi-agent workflows.
tiger-gh-mcp-server
Provides a Model Context Protocol (MCP) interface to the GitHub API, enabling LLMs to access focused development tools and information.