Distributed document-relational database. ACID transactions with GraphQL support.
npx -y @fauna/mcp-server-faunadb
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"faunadb": {
"command": "npx",
"args": ["-y", "@fauna/mcp-server-faunadb"]
}
}
}
```
query_datacreate_indexmanage_schemarun_migrationDistributed document-relational database. ACID transactions with GraphQL support.
Language: Scala
Category: Databases