@mohdsuhail007/server-verbilio
v1.0.3
Published
MCP server for using the langflow API
Readme
Verbilio MCP Server
A Model Context Protocol server for managing Verbilio workflows. This server integrates with Supabase to handle data storage and authentication for Verbilio's document processing features.
Features
- Seamless integration with Supabase backend
- Document processing workflow management
- Secure authentication handling
- Real-time updates via WebSocket
Installation
npm install @mohdsuhail007/server-verbilioConfiguration
Add the following configuration to your MCP configuration file:
{
"mcpServers": {
"verbilio": {
"command": "npx",
"args": ["-y", "@mohdsuhail007/server-verbilio"],
"env": {
"SUPABASE_URL": "<SUPABASE_URL>",
"SUPABASE_KEY": "<SUPABASE_KEY>"
}
}
}
}Environment Variables
SUPABASE_URL: Your Supabase project URLSUPABASE_KEY: Your Supabase project API key
Usage
- Ensure your Supabase instance is running and configured
- Start the MCP server using your preferred MCP client
- The server will automatically handle incoming workflow requests
License
MIT
