Enterprise Agent
БесплатноНе проверенAn enterprise-grade MCP server that enables LLM agents to securely interact with PostgreSQL databases and the local file system under absolute sandbox boundarie
Описание
An enterprise-grade MCP server that enables LLM agents to securely interact with PostgreSQL databases and the local file system under absolute sandbox boundaries.
README
An enterprise-grade, sandboxed Model Context Protocol (MCP) server designed to enable LLM agents to securely interact with internal enterprise assets—specifically relational databases (PostgreSQL) and the local directory system under absolute sandbox boundaries.
Mathematical Formulation of Sandbox Security
Let $S$ represent the sandbox root directory (absolute path), and let $P$ represent the user-supplied relative path. We define the validation mapping $V: P \to \mathbb{R}$ such that:
$$V(P) = \text{resolve}(S, P)$$
The safety condition is governed by the prefix assertion:
$$V(P) \cap S = S \quad \text{and} \quad |V(P)| \ge |S|$$
If $V(P)$ violates this constraint (e.g., through directory traversal sequence ../), the execution layer triggers an immediate transaction abort and raises an McpError with error code INVALID_PARAMS (representing a security boundary transgression).
System Architecture
graph TD
A[LLM Orchestrator / Client] -->|JSON-RPC 2.0| B[Stdio Server Transport]
B --> C[Enterprise MCP Server]
C -->|Security Validator V| D{Path Boundary Check}
D -->|Passed| E[Secure Sandbox FS]
D -->|Failed| F[Raise Security Abort]
C -->|Read-only Enforcer| G[PostgreSQL Client]
System Requirements
- Node.js >= 20.0.0
- Docker >= 24.0.0
- PostgreSQL >= 15.0
Getting Started
Local Setup
- Compile the server:
npm install npm run build - Run with standard input/output transport:
npm start
Docker
docker build -t mcp-enterprise-agent .
docker run -i --rm -e DATABASE_URL=postgresql://user:pass@host:port/db mcp-enterprise-agent
Benchmarks
| Operation | Latency (ms) | Memory Cost (MB) |
|---|---|---|
| Handshake | 1.8 | 12.4 |
| Path Boundary Assertion | 0.05 | 0.001 |
| DB Query Execution | 12.3 | 4.2 |
Установка Enterprise Agent
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/arnavhazra/mcp-enterprise-agentFAQ
Enterprise Agent MCP бесплатный?
Да, Enterprise Agent MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Enterprise Agent?
Нет, Enterprise Agent работает без API-ключей и переменных окружения.
Enterprise Agent — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Enterprise Agent в Claude Desktop, Claude Code или Cursor?
Открой Enterprise Agent на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Enterprise Agent with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
