Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Employee Server (Mongo + AI Pipeline)

БесплатноНе проверен

Enables querying administration-style employee data in MongoDB using natural language through various AI providers.

GitHubEmbed

Описание

Enables querying administration-style employee data in MongoDB using natural language through various AI providers.

README

Architecture is now:

  1. AI Planner
  2. Mongo Executor
  3. AI Analysis Result

No SQL path is used.

MongoDB

Default URI:

mongodb://admin:password@localhost:27017

On startup, the server seeds large dummy administration-style data (1500 employees) into:

  • DB: employee_admin
  • Collection: employees

Common model environment

Create .env (or set environment variables):

AI_PROVIDER=nvidia
AI_TIMEOUT_MS=30000

MONGO_URI=mongodb://admin:password@localhost:27017
MONGO_DB_NAME=employee_admin
MONGO_COLLECTION=employees

OLLAMA_HOST=http://127.0.0.1:11434
OLLAMA_MODEL=qwen2.5:3b
OLLAMA_CHAT_PATH=/api/chat

OPENAI_API_KEY=
OPENAI_MODEL=gpt-4.1-mini
OPENAI_BASE_URL=https://api.openai.com

CLAUDE_API_KEY=
CLAUDE_MODEL=claude-3-5-sonnet-20241022
CLAUDE_BASE_URL=https://api.anthropic.com
CLAUDE_MAX_TOKENS=2048

NVIDIA_API_KEY=
NVIDIA_MODEL=google/gemma-4-31b-it
NVIDIA_BASE_URL=https://integrate.api.nvidia.com
NVIDIA_MAX_TOKENS=16384
NVIDIA_TOP_P=0.95
NVIDIA_ENABLE_THINKING=true

Supported providers:

  • ollama
  • openai
  • claude
  • nvidia

Run

npm install
node test-client.mjs --tests

Interactive:

node test-client.mjs

Example queries

  • Who has the highest salary?
  • Who earns the least?
  • What is the difference between highest and lowest salary?
  • What is the average salary?
  • How many employees are there?
  • List employees in Administration

from github.com/aparajithaselvamani/MCP-SERVER-SETUP-

Установка Employee Server (Mongo + AI Pipeline)

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/aparajithaselvamani/MCP-SERVER-SETUP-

FAQ

Employee Server (Mongo + AI Pipeline) MCP бесплатный?

Да, Employee Server (Mongo + AI Pipeline) MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Employee Server (Mongo + AI Pipeline)?

Нет, Employee Server (Mongo + AI Pipeline) работает без API-ключей и переменных окружения.

Employee Server (Mongo + AI Pipeline) — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Employee Server (Mongo + AI Pipeline) в Claude Desktop, Claude Code или Cursor?

Открой Employee Server (Mongo + AI Pipeline) на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

wenb1n-dev/SmartDB_MCP

A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim

wenb1n-devавтор: wenb1n-dev

Postgres Server

This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools

madhurprashавтор: madhurprash

Postgres

Query your database in natural language

Anthropicавтор: Anthropic

PostgreSQL

Read-only database access with schema inspection.

modelcontextprotocolавтор: modelcontextprotocol

Redis

Interact with Redis key-value stores.

modelcontextprotocolавтор: modelcontextprotocol

SQLite

Database interaction and business intelligence capabilities.

modelcontextprotocolавтор: modelcontextprotocol

mxcp

Open-source framework for building enterprise-grade MCP servers using just YAML, SQL, and Python, with built-in auth, monitoring, ETL and policy enforcement.

raw-labsавтор: raw-labs

tadas-github/a2asearch-mcp

MCP server to search 4,800+ MCP servers, AI agents, CLI tools and agent skills. Install: npx -y a2asearch-mcp. Ask Claude: "Find MCP servers for database access

tadas-githubавтор: tadas-github

julien040/anyquery

Query more than 40 apps with one binary using SQL. It can also connect to your PostgreSQL, MySQL, or SQLite compatible database. Local-first and private by desi

julien040автор: julien040

drakonkat/wizzy-mcp-tmdb

A MCP server for The Movie Database API that enables AI assistants to search and retrieve movie, TV show, and person information.

drakonkatавтор: drakonkat

Compare Employee Server (Mongo + AI Pipeline) with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории data