mcp for Zed
io.github.florentine-ai/mcp
MCP server for Florentine.ai - Natural language to MongoDB aggregations
client:Zed
transport:stdio
runtime:npm
Install mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@florentine-ai/mcp"
],
"env": {
"FLORENTINE_TOKEN": "<FLORENTINE_TOKEN>",
"LLM_SERVICE": "<LLM_SERVICE>",
"LLM_KEY": "<LLM_KEY>",
"SESSION_ID": "<SESSION_ID>",
"RETURN_TYPES": "<RETURN_TYPES>",
"REQUIRED_INPUTS": "<REQUIRED_INPUTS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs