Back to Catalog

mcp-flowcore-platform

flowcore-io/mcp-flowcore-platform
🔗 Latest commit:8e1c080
🕒 Updated:Sep 9, 2025, 01:05 PM
TypeScript
AI Tools

MCP server for managing and interacting with Flowcore Platform

MCP Trust Score
Based on our comprehensive evaluation criteria
🤖 Evaluated by gemini-2.5-flashFix
Trust Score51/100
GitHub Metrics
Repository statistics and activity
⭐ GitHub Stars:6
👥 Contributors:3
📋 Total Issues:0
📦 Has Releases:Yes
🔧 Has CI/CD Pipeline:Yes
Configuration
Configuration example extracted from README.md for Claude Desktop and other clients.
🤖 Evaluated by gemini-2.5-flashFix
{
  "flowcore-platform-mcp-server": {
    "command": "npx",
    "args": [
      "-y",
      "@flowcore/platform-mcp-server",
      "--username",
      "<username>",
      "--pat",
      "<pat>"
    ],
    "env": {}
  },
  "platform-mcp-server": {
    "command": "platform-mcp-server",
    "args": [
      "--username",
      "<username>",
      "--pat",
      "<pat>"
    ],
    "env": {}
  },
  "flowcore-platform-mcp-server-dev-bun": {
    "command": "bun",
    "args": [
      "run",
      "src/index.ts",
      "--username",
      "<username>",
      "--pat",
      "<pat>"
    ],
    "env": {}
  },
  "flowcore-platform-mcp-server-built-node": {
    "command": "node",
    "args": [
      "dist/cli.js",
      "--username",
      "<username>",
      "--pat",
      "<pat>"
    ],
    "env": {}
  }
}
MCP Protocol Support
Implemented MCP protocol features
🤖 Evaluated by gemini-2.5-flashFix
Tools:
Prompts:
Resources:
Sampling:
Roots:
Logging:
STDIO Transport:
HTTP Transport:
OAuth2 Auth:
Dependencies
5 dependencies
Libraries and frameworks used by this MCP server
🤖 Evaluated by gemini-2.5-flashFix
Add Quality Badge
Show your MCP trust score in your README
Trust Score Badge
[![Trust Score](https://archestra.ai/mcp-catalog/api/badge/quality/flowcore-io/mcp-flowcore-platform)](https://archestra.ai/mcp-catalog/flowcore-io__mcp-flowcore-platform)
README.md

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-server

Then run it:

platform-mcp-server --username <username> --pat <pat>

Development

To install dependencies:

bun install

Run the project directly with Bun:

bun run src/index.ts --username <username> --pat <pat>

Building

Build the project:

bun run build

Run the built project:

node dist/cli.js --username <username> --pat <pat>

Environment Variables

VariableTypeDescriptionDefaultRequired
USERNAMEstringFlowcore username-
PATstringFlowcore PAT (Personal Access Token)-

About

This project uses the Model Context Protocol (MCP) to provide a standardized interface for interacting with the Flowcore Platform. It allows AI assistants to query and manage Flowcore resources through a structured API.

Originally created using bun init in bun v1.2.3. Bun is a fast all-in-one JavaScript runtime.

Questions

if you have any questions or cool ideas, then feel free to join our Discord community. Otherwise you can find us on all major social platforms

mcp-flowcore-platform MCP Server | Documentation & Integration | Archestra