flow-mcp-server
by life-in-flow
Overview
An AI agent for real estate finance and operations, leveraging multi-server architecture to integrate REST, Graph, and Email APIs for querying data and automating communication.
Installation
uvicorn mcp_servers.kitchen_sink:app --reloadEnvironment Variables
- OPENAI_API_KEY
- FLOW_BEARER_TOKEN
- RESEND_API_KEY
- LF_SECRET_KEY
- LF_PUBLIC_KEY
- LF_HOST
Security Notes
The `execute_cypher_query` tool directly executes LLM-generated Cypher queries against a Memgraph database without apparent sanitization, posing a significant risk of Cypher injection if the LLM is prompted to generate malicious queries. Additionally, the Memgraph database is configured with empty authentication credentials, which is a security risk if the database contains sensitive data and is not adequately isolated (though configured for localhost).
Similar Servers
mcp_massive
An AI agent orchestration server, likely interacting with LLMs and managing multi-agent workflows.
thinkingcap
A multi-agent research MCP server that runs multiple LLM providers in parallel and synthesizes their responses to a given query.
ai-agent-mcp-server
This project implements an MCP (Model Context Protocol) server and client using AMQP (RabbitMQ) for communication, enabling an LLM-powered agent to interact with internal tools and data resources.
nexus-agents
Coordinates multiple AI experts with model diversity and workflow automation to handle software development tasks.