Flowcore Platform MCP Server
A Model Context Protocol (MCP) server for managing and interacting with the Flowcore Platform.
If you're curious about how it works, you can check out our video, where we set it up and demonstrate what it can do.
If you like this solution, but would like to reduce the hallucinations, reduce token usage, increase the amount of data you can look through and also speed up querying exponentially - then we recommend you also check out our local read model mcp server,
Usage with npx
You can run this package directly using npx without installing it:
npx @flowcore/platform-mcp-server --username <username> --pat <pat>Replace <username> and <pat> with your Flowcore username and PAT (Personal Access Token).
Installation
If you prefer to install the package globally:
npm install -g @flowcore/platform-mcp-serverThen run it:
platform-mcp-server --username <username> --pat <pat>Development
To install dependencies:
bun installRun the project directly with Bun:






