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@latestExamples
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