Back to Home
anutechofficial icon

simple-agent

Verified Safe

by 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

Run Command
npx ts-node server/index.ts

Environment 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

Stats

Interest Score31
Security Score8
Cost ClassHigh
Avg Tokens3000
Stars3
Forks0
Last Update2025-11-20

Tags

AI AgentTool UseLLM OrchestrationData CollectionExpress.js