Back to Home
monkdbofficial icon

monkdb-mcp

Verified Safe

by monkdbofficial

Overview

Enables LLM frameworks (Claude, LangChain, CrewAI) to securely and efficiently interact with MonkDB using standardized tools for SQL queries, table inspection, and health checks.

Installation

Run Command
node build/server.mjs

Environment Variables

  • MONKDB_HOST
  • MONKDB_USER
  • MONKDB_PASSWORD
  • MONKDB_API_PORT

Security Notes

The server primarily mitigates SQL injection risks by explicitly blocking non-SELECT queries in the `run_select_query` tool and using parameterized queries for user-controlled inputs (e.g., `describe_table`). Sensitive credentials are handled via environment variables. The READMEs provide explicit warnings about granting minimum necessary database privileges and avoiding administrative users. It's important to note that all executed SQL queries are logged, which could expose sensitive data if queries contain PII, but this is a common practice for auditing database interactions.

Similar Servers

Stats

Interest Score16
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars2
Forks1
Last Update2025-12-26

Tags

LLM IntegrationDatabase APISQL ToolingMonkDBMCP Server