FerretDB MCP Server

Betadatabase
65 starsGoFerretDB
GitHub
About

Overview

The FerretDB MCP Server enables AI agents to interact with FerretDB, which provides a MongoDB-compatible interface on top of PostgreSQL. This allows using MongoDB query syntax while storing data in PostgreSQL, combining MongoDB's developer experience with PostgreSQL's reliability and ecosystem.
Capabilities

Tools & Capabilities

find

Query documents using MongoDB-compatible syntax

insertOne

Insert a document into a collection

updateOne

Update a document in a collection

deleteOne

Delete a document from a collection

listCollections

List all collections

Setup

Installation

bash
Install
go install github.com/FerretDB/mcp-server-ferretdb@latest
Examples

Example Usage

javascript
Usage
{
  "mcpServers": {
    "ferretdb": {
      "command": "mcp-server-ferretdb",
      "env": {
        "FERRETDB_URI": "mongodb://localhost:27017"
      }
    }
  }
}

Quick Info

AuthorFerretDB
LanguageGo
StatusBeta
Stars 65
Last UpdatedFeb 12, 2026

Need a Custom MCP Server?

Our team builds custom MCP servers tailored to your workflow.

Get in Touch

Need a Custom MCP Server?

Our team builds custom MCP servers tailored to your workflow. From proprietary data sources to internal tools, we have you covered.

Contact Us
FerretDB MCP Server - MCP Server Directory - CortexAgent