io.github.florentine-ai/mcp
MCP server for Florentine.ai - Natural language to MongoDB aggregations
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@florentine-ai/mcp"
],
"env": {
"FLORENTINE_TOKEN": "<your-florentine_token>",
"LLM_SERVICE": "<llm_service>",
"LLM_KEY": "<your-llm_key>",
"SESSION_ID": "<session_id>",
"RETURN_TYPES": "<return_types>",
"REQUIRED_INPUTS": "<required_inputs>"
}
}
}
}{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@florentine-ai/mcp"
],
"env": {
"FLORENTINE_TOKEN": "<your-florentine_token>",
"LLM_SERVICE": "<llm_service>",
"LLM_KEY": "<your-llm_key>",
"SESSION_ID": "<session_id>",
"RETURN_TYPES": "<return_types>",
"REQUIRED_INPUTS": "<required_inputs>"
}
}
}
}npx -y @florentine-ai/mcpFLORENTINE_TOKENYour Florentine.ai API key, get it from https://florentine.ai/dashboard
LLM_SERVICEThe LLM service to use, one of 'openai', 'anthropic', 'google' or 'deepseek' (must only be provided if you did not set it in your Florentine.ai account)
LLM_KEYYour API key for the LLM service (must only be provided if you did not set it in your Florentine.ai account)
SESSION_IDSession ID for maintaining server-side context across requests
RETURN_TYPESStringified JSON array of return types for the response
REQUIRED_INPUTSStringified JSON array of values for required inputs keys
Database MCP server for MySQL, MariaDB, PostgreSQL & SQLite
Manage Supabase projects end to end across database, auth, storage, realtime, and migrations. Moni…
Explore your Messages SQLite database to browse tables and inspect schemas with ease. Run flexible…