Skip to main content
Glama
sergei-tofu-fedorov

Mongo MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MONGODB_URINoMongo connection stringmongodb://localhost:27017
DATABASE_NAMENoDatabase name used by the servermcpserver

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
check_connectionB

Check if MongoDB connection is active and healthy

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap in purpose. The tool 'check_connection' has a single, clear function, making it impossible for an agent to confuse it with any other tool.

Naming Consistency5/5

The single tool name follows a consistent verb_noun pattern ('check_connection'), and with only one tool, there is no inconsistency in naming conventions. The naming is straightforward and predictable.

Tool Count2/5

A single tool is too few for a MongoDB server, which typically requires CRUD operations, querying, indexing, and other database management tasks. This minimal set severely limits the server's utility and scope, indicating a significant mismatch with the expected domain coverage.

Completeness1/5

The tool set is severely incomplete for a MongoDB server. It lacks essential operations like insert, find, update, delete, or any other database interactions, leaving major gaps that will cause agent failures in performing typical database tasks. The single tool only handles connection checking, which is insufficient for the stated purpose.