Back to Home
manohar9694 icon

monkdb-mcp

Verified Safe

by manohar9694

Overview

Enables LLMs and AI agents to securely interact with MonkDB for data querying, description, and health checks using a standardized Model Context Protocol (MCP).

Installation

Run Command
node build/server.mjs

Environment Variables

  • MONKDB_HOST
  • MONKDB_API_PORT
  • MONKDB_USER
  • MONKDB_PASSWORD
  • MONKDB_SCHEMA

Security Notes

The server explicitly blocks non-SELECT queries in the `run_select_query` tool, a critical measure against SQL injection for write/delete/update operations. Configuration relies on environment variables (MONKDB_HOST, MONKDB_USER, MONKDB_PASSWORD, MONKDB_API_PORT), preventing hardcoded secrets. Logging is implemented for server operations. A crucial caveat, highlighted in the README, is the user's responsibility to configure the database user with the 'minimum necessary privileges' for the MCP server, avoiding default or administrative users. This external configuration is paramount for the overall security posture.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks1
Last Update2025-12-15

Tags

LLM IntegrationDatabase AccessMonkDBMCP ServerSQL