Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Employee Server (Mongo + AI Pipeline)

FreeNot checked

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

GitHubEmbed

About

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-

Installing Employee Server (Mongo + AI Pipeline)

This server has no published package — it is built from source. Open the repository and follow its README.

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

FAQ

Is Employee Server (Mongo + AI Pipeline) MCP free?

Yes, Employee Server (Mongo + AI Pipeline) MCP is free — one-click install via Unyly at no cost.

Does Employee Server (Mongo + AI Pipeline) need an API key?

No, Employee Server (Mongo + AI Pipeline) runs without API keys or environment variables.

Is Employee Server (Mongo + AI Pipeline) hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Employee Server (Mongo + AI Pipeline) in Claude Desktop, Claude Code or Cursor?

Open Employee Server (Mongo + AI Pipeline) on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Employee Server (Mongo + AI Pipeline) with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All data MCPs