Learn how to integrate Membit’s real-time context with your Langflow workflows using MCP tools.
Create New Flow
Select Blank Flow
Search for MCP Tools
Configure MCP Server
membit-mcp
npx -y mcp-remote https://mcp.membit.ai/mcp
--header
X-Membit-Api-Key:${MEMBIT_API_KEY}
MEMBIT_API_KEY <your-api-key>
<your-api-key>
with your actual Membit API key. Keep this credential secure and don’t share it with unauthorized users.Add Agent Component
Configure Agent Model
Connect MCP Tools
Add Chat Components
Test Your Workflow
Testing the workflow with real-time context from Membit
MCP Server STDIO Connection Issues
mcp-remote
is available: run npx mcp-remote --version
in terminalCheck the command format: npx -y mcp-remote https://mcp.membit.ai/mcp
Ensure Node.js is properly installed and accessible to LangflowVerify environment variable MEMBIT_API_KEY
is set correctlyTry restarting Langflow after configuration changesTool Mode Not Working
--header
then X-Membit-Api-Key:${MEMBIT_API_KEY}
Agent Not Using Tools
Workflow Component Connection Errors