mcp for Cline
io.github.florentine-ai/mcp
MCP server for Florentine.ai - Natural language to MongoDB aggregations
client:Cline
transport:stdio
runtime:npm
Install mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs