{"id":26628121,"url":"https://github.com/flowcore-io/mcp-flowcore-platform","last_synced_at":"2026-05-02T09:34:21.194Z","repository":{"id":282034134,"uuid":"947256935","full_name":"flowcore-io/mcp-flowcore-platform","owner":"flowcore-io","description":"MCP server for managing and interacting with Flowcore Platform","archived":false,"fork":false,"pushed_at":"2025-03-12T12:21:19.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T13:23:38.561Z","etag":null,"topics":["flowcore","mcp","mcp-server"],"latest_commit_sha":null,"homepage":"https://flowcore.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flowcore-io.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-12T12:01:11.000Z","updated_at":"2025-03-12T12:20:52.000Z","dependencies_parsed_at":"2025-03-12T13:23:41.572Z","dependency_job_id":"41af5f86-9f24-46e2-b6a2-43892beaf51f","html_url":"https://github.com/flowcore-io/mcp-flowcore-platform","commit_stats":null,"previous_names":["flowcore-io/mcp-flowcore-platform"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowcore-io%2Fmcp-flowcore-platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowcore-io%2Fmcp-flowcore-platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowcore-io%2Fmcp-flowcore-platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowcore-io%2Fmcp-flowcore-platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flowcore-io","download_url":"https://codeload.github.com/flowcore-io/mcp-flowcore-platform/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245269054,"owners_count":20587713,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flowcore","mcp","mcp-server"],"created_at":"2025-03-24T12:28:01.900Z","updated_at":"2026-05-02T09:34:21.187Z","avatar_url":"https://github.com/flowcore-io.png","language":"TypeScript","funding_links":[],"categories":["Data Access \u0026 Integration MCP Servers","サーバー実装","MCP 服务器精选列表","Cloud Services","🌐 Web Development"],"sub_categories":["📊 \u003ca name=\"data-platforms\"\u003e\u003c/a\u003eデータプラットフォーム","📊 数据分析、处理与可视化"],"readme":"# Flowcore Platform MCP Server\n\nA Model Context Protocol (MCP) server for managing and interacting with the Flowcore Platform.\n\nIf you're curious about how it works, you can [check out our video](https://www.youtube.com/watch?v=Wh4h_n7IlTw), where we set it up and demonstrate what it can do.\n\n\u003e 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](https://github.com/flowcore-io/mcp-flowcore-local-readmodel),\n\n## Usage with npx\n\nYou can run this package directly using npx without installing it:\n\n```bash\nnpx @flowcore/platform-mcp-server --username \u003cusername\u003e --pat \u003cpat\u003e\n```\n\nReplace `\u003cusername\u003e` and `\u003cpat\u003e` with your Flowcore username and PAT (Personal Access Token).\n\n## Installation\n\nIf you prefer to install the package globally:\n\n```bash\nnpm install -g @flowcore/platform-mcp-server\n```\n\nThen run it:\n\n```bash\nplatform-mcp-server --username \u003cusername\u003e --pat \u003cpat\u003e\n```\n\n## Development\n\nTo install dependencies:\n\n```bash\nbun install\n```\n\nRun the project directly with Bun:\n\n```bash\nbun run src/index.ts --username \u003cusername\u003e --pat \u003cpat\u003e\n```\n\n## Building\n\nBuild the project:\n\n```bash\nbun run build\n```\n\nRun the built project:\n\n```bash\nnode dist/cli.js --username \u003cusername\u003e --pat \u003cpat\u003e\n```\n\n## Environment Variables\n\n| Variable | Type | Description | Default | Required |\n|----------|------|-------------|---------|----------|\n| USERNAME | string | Flowcore username | - | ✓ |\n| PAT | string | Flowcore PAT (Personal Access Token) | - | ✓ |\n\n## About\n\nThis 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.\n\nOriginally created using `bun init` in bun v1.2.3. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.\n\n## Questions\nif you have any questions or cool ideas, then feel free to [join our Discord community](https://discord.gg/4fmSaR4wFR). Otherwise you can find us on all major social platforms","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowcore-io%2Fmcp-flowcore-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflowcore-io%2Fmcp-flowcore-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowcore-io%2Fmcp-flowcore-platform/lists"}