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-serverExamples
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