Fauna MCP Server

Stabledatabase
110 starsTypeScriptfauna
GitHub
About

Overview

The Fauna MCP Server enables AI agents to interact with Fauna, the distributed document-relational database. It provides tools for executing FQL queries, managing collections and indexes, and working with Fauna's ACID transactions. Suitable for serverless applications requiring strong consistency.
Capabilities

Tools & Capabilities

query

Execute an FQL query against Fauna

list_collections

List all collections in the database

create_collection

Create a new collection

list_indexes

List all indexes

Setup

Installation

bash
Install
npx -y @fauna/mcp-server
Examples

Example Usage

javascript
Usage
{
  "mcpServers": {
    "fauna": {
      "command": "npx",
      "args": ["-y", "@fauna/mcp-server"],
      "env": {
        "FAUNA_SECRET": "your-fauna-secret"
      }
    }
  }
}

Quick Info

Authorfauna
LanguageTypeScript
StatusStable
Stars 110
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
Fauna MCP Server - MCP Server Directory - CortexAgent