Fauna MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.
MCP server for Fauna: collections, FQL queries. Needs a database secret.
Today is the operative word: we check Fauna MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add fauna-mcp -- npx -y @mrfentmen/fauna-mcp
{
"mcpServers": {
"fauna-mcp": {
"args": [
"-y",
"@mrfentmen/fauna-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.fauna-mcp]
command = "npx"
args = ["-y", "@mrfentmen/fauna-mcp"]
{
"mcpServers": {
"fauna-mcp": {
"args": [
"-y",
"@mrfentmen/fauna-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"fauna-mcp": {
"args": [
"-y",
"@mrfentmen/fauna-mcp"
],
"command": "npx"
}
}
}
Database MCP server for schema discovery, comments, and SQL queries.
Python MCP server for MySQL database inspection and querying
An MCP server for MySQL databases.
MCP server for querying PostgreSQL databases
MCP server for read-only MySQL database queries in Claude Desktop
Python MCP server for PostgreSQL database inspection and querying
MCP server for read-only MySQL database queries in Claude Desktop
MCP server for read-only PostgreSQL database queries in Claude Desktop
Answers built from our own checks of this server.