Back to Home
piotrsobczak-rgb icon

agents-mcp-server

Verified Safe

by piotrsobczak-rgb

Overview

Intelligent agent system for task automation by routing commands to specialized agents based on keywords and context.

Installation

Run Command
npm start

Environment Variables

  • MCP_PORT
  • MCP_SERVER

Security Notes

The current agent implementations are inert, primarily returning informational messages. If agents were to perform actual system operations (e.g., file writes, shell commands, database queries), significant input sanitization and authorization would be required, as `command` and `context` are directly passed to `agent.execute()`. CORS is enabled for development, which could be a security concern if deployed without stricter policies.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-11-27

Tags

Agent SystemTask AutomationCommand RoutingNode.jsCLI