MCP.so
Sign In
Servers

Flowcore Platform MCP Server

@flowcore-io

MCP server for managing and interacting with Flowcore Platform

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-flowcore-platform": {
      "command": "npx",
      "args": [
        "@flowcore/platform-mcp-server",
        "--username",
        "<username>",
        "--pat",
        "<pat>"
      ]
    }
  }
}

More from Other