flow-mcp-server

gimpville/flow-mcp-server

3.1

If you are the rightful owner of flow-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Flow/ShoeGrid MCP Server is a Model Context Protocol server designed to interface with the Flow/ShoeGrid Database, providing a suite of tools for database management and interaction.

Flow/ShoeGrid MCP Server

A Model Context Protocol (MCP) server that exposes tools to interface with Flow/ShoeGrid Database.

Features

  • Add Entity: Create new database records
  • Read Entity Fields: Fetch all fields from an entity
  • Edit Entity Field: Update a single field
  • Edit Entity Fields: Batch update multiple fields
  • Query Entities: Query with filters

Quick Start

1. Installation

pip install -r requirements.txt

2. Configuration

Copy .env.example to .env and configure:

cp .env.example .env

3. Running Locally

python server.py

Environment Variables

  • FLOW_DB_API_URL: Your Flow/ShoeGrid API endpoint
  • FLOW_DB_API_KEY: API authentication key
  • FLOW_DB_NAME: Database name

Deployment

Deployed on Vercel. Visit https://flow-mcp-server.vercel.app to access.

License

MIT