pipeshub-ai/pipeshub-ai

★ 3,762⑂ 579

PipesHub is an open-source platform for securely connecting enterprise knowledge to AI. Give AI agents trusted context and your team permission-aware search with verified citations across your

About pipeshub-ai/pipeshub-ai

pipeshub-ai/pipeshub-ai is an open-source project on GitHub, mainly written in Python. PipesHub is an open-source platform for securely connecting enterprise knowledge to AI. It currently holds 3,762 stars and 579 forks with 0 open issues, and was last pushed on an unknown date (repository created unknown).

Project Overview

AI Homed tracks it on the Local & On-Device AI board.

GitHub Repository Details

Repository pipeshub-ai/pipeshub-ai · default branch - · size 0 KB · watchers 0 · source: GitHub REST API and repository README

README

https://github.com/pipeshub-ai/pipeshub-ai/blob/HEAD/PipesHub

The Open-Source Workplace AI Platform

Website · Docs · Discord · Roadmap

https://github.com/pipeshub-ai/pipeshub-ai/blob/HEAD/PipesHub on Trendshift

https://github.com/pipeshub-ai/pipeshub-ai/blob/HEAD/License https://github.com/pipeshub-ai/pipeshub-ai/blob/HEAD/Release https://github.com/pipeshub-ai/pipeshub-ai/blob/HEAD/Docker Pulls https://github.com/pipeshub-ai/pipeshub-ai/blob/HEAD/Discord https://github.com/pipeshub-ai/pipeshub-ai/blob/HEAD/Last commit https://github.com/pipeshub-ai/pipeshub-ai/blob/HEAD/Commits per month https://github.com/pipeshub-ai/pipeshub-ai/blob/HEAD/GitHub issues https://github.com/pipeshub-ai/pipeshub-ai/blob/HEAD/GitHub pull requests
https://github.com/pipeshub-ai/pipeshub-ai/blob/HEAD/Twitter https://github.com/pipeshub-ai/pipeshub-ai/blob/HEAD/LinkedIn
https://github.com/pipeshub-ai/pipeshub-ai/blob/HEAD/
https://github.com/pipeshub-ai/pipeshub-ai/blob/HEAD/Node.js SDK https://github.com/pipeshub-ai/pipeshub-ai/blob/HEAD/Python SDK https://github.com/pipeshub-ai/pipeshub-ai/blob/HEAD/Go SDK https://github.com/pipeshub-ai/pipeshub-ai/blob/HEAD/MCP

Translations: Français · Deutsch · 简体中文 · 日本語 · Русский · עברית · 한국어 · Español · Português · Türkçe · Tiếng Việt · Italiano

PipesHub - Explainable & Extensible

PipesHub is an open-source platform for connecting AI applications to the knowledge stored across your company's business systems.

Connect Slack, Google Drive, GitHub, Microsoft 365, Notion and 50+ other systems. Search across them and get answers with citations, filtered by what each person is allowed to see — or give that same context to your own agents, workflows and MCP clients.

[!TIP]
Deploy with a single command:
> curl -fsSL https://get.pipeshub.com/install | bash

PipesHub in Action

Connectors

https://github.com/pipeshub-ai/pipeshub-ai/blob/HEAD/Connectors

Citations

https://github.com/pipeshub-ai/pipeshub-ai/blob/HEAD/Citations

All Records

https://github.com/pipeshub-ai/pipeshub-ai/blob/HEAD/All Records

Knowledge Search

https://github.com/pipeshub-ai/pipeshub-ai/blob/HEAD/Knowledge Search

Features

Answers you can trust

Connected to your systems What you can build

PipesHub Cloud

Prefer a fully managed PipesHub without running your own infrastructure? PipesHub Cloud is coming soon.

👉 Join the Cloud Waitlist to get early access.

Connectors

https://github.com/pipeshub-ai/pipeshub-ai/blob/HEAD/PipesHub Connectors

🚀 Deployment Guide

PipesHub can be run locally or deployed on any server using Docker Compose. The interactive installer handles all configuration — including secrets, graph DB, broker, and image tag selection — and generates a .env for you.

HTTPS on cloud servers: If you deploy PipesHub on a cloud server, use an HTTPS endpoint. Browsers block certain requests over plain HTTP. Use Cloudflare, Nginx, or Traefik to terminate TLS. A white screen after HTTP-only deployment is typically caused by this restriction.

---

⚡ Quickstart (Recommended)

Requires Docker with Compose v2. One command:

curl -fsSL https://get.pipeshub.com/install | bash

This downloads the deployment files for the latest release into ./pipeshub and launches the interactive installer. Open http://localhost:3000 once it finishes.

Prefer to read before running? Download and inspect the script first:
>
> curl -fsSL https://get.pipeshub.com/install -o pipeshub-install.sh
less pipeshub-install.sh # review it
bash pipeshub-install.sh

The installer will:

🛠️ From a cloned repository (developers)

To build from source, contribute, or pin the installer to your checkout:

git clone https://github.com/pipeshub-ai/pipeshub-ai.git
cd pipeshub-ai

Same installer, run from the repo root

./install.sh

Building local images from source requires this cloned-repo path (./install.sh --build); the one-command installer above always uses prebuilt images.

Installer options

| Flag | Description | |------|-------------| | -y / --yes | Accept all defaults; skip interactive prompts (CI-friendly) | | --version TAG | Pin a specific image tag, e.g. --version 0.7.0 | | --reconfigure | Re-run the wizard and overwrite an existing .env | | --print-env-only | Write .env and print the compose command without starting containers |

Advanced options: CI environment variables, slim vs. full deployment types, manual Compose profile usage, and local source builds are covered in Advanced Deployment Options.

Build with PipesHub

The built-in search experience is one way to use PipesHub. The same connected, permission-filtered context is available to your own agents and applications — over MCP for any compatible client, or through the SDKs when you are calling it from your own code.

An agent connects as a specific person rather than as the application, so it retrieves exactly what that person is allowed to see. Access is resolved when the query runs, against the source system's own permissions, instead of being approximated at build time.

MCP Server

Use PipesHub with any MCP-compatible client to bring your enterprise context into AI workflows. Check the README for setup and usage.

Repository: pipeshub-ai/mcp-server

Connecting an Omnigent agent

First, mint a long-lived credential: workspace → Developer settings → Personal Access Tokens → New token. Pick an expiry (30/90/365 days, or never) — this runs as you, so results respect your own per-user permissions, unlike an OAuth app's client-credentials flow.

Three ways to connect, from least to most setup:

1. Attach in the Omnigent web UI (fastest, no clone). Open a session's info panel → Manage MCP Servers → add PipesHub's URL and an Authorization: Bearer header → restart the session. 2. Run the packaged example agent. A ready-made agent bundle (tuned prompt + instructions) ships with Omnigent: PIPESHUB_MCP_URL=... PIPESHUB_MCP_TOKEN=... omnigent run examples/pipeshub/. 3. Use the connect kit in integrations/omnigent/ (setup.sh / run.sh) for CI, service accounts, or password/OAuth client-credentials auth instead of a personal token.

SDKs

PipesHub provides developer SDKs for Python, TypeScript, and Go to help you integrate quickly. Check the respective SDK repository README for setup and usage details.

| Name | Description | Link | |------|-------------|------| | Python SDK | Python SDK for PipesHub | pipeshub-ai/pipeshub-sdk-python | | TypeScript SDK | TypeScript SDK for PipesHub | pipeshub-ai/pipeshub-sdk-typescript | | Go SDK | Go SDK for PipesHub | pipeshub-ai/pipeshub-sdk-go |

Need an SDK in another language? Reach out to us at developer@pipeshub.com

RoadMap

We ship in the open. Here's what's done and what's next:

👉 View the full product roadmap on Notion


👥 Contributing

Want to join our community of developers? Please check out our Contributing Guide for more details on how to set up the development environment, our coding standards, and the contribution workflow.

Where to go for what

Ask a question or get helpDiscord
Report a bug or request a featureGitHub Issues
Report a security issueReport Security Issue
Read the docsPipeshub Docs
See what changed in each releaseChangelog

FAQ

What is PipesHub?

PipesHub is an open-source platform for connecting AI applications to the knowledge stored across your company's business systems.

It connects systems such as Slack, Google Drive, GitHub, Microsoft 365 and Notion, then makes what they hold available in two ways: permission-aware search with citations for your team, and trusted context for your AI agents through APIs, SDKs and MCP. Agents get the same governed view of your company's knowledge that a person would, with the same access controls applied, so they can answer from real company data instead of guessing across tools. You can use the built-in search experience, or build your own agents, workflows and applications on top of it.

How is PipesHub different from other workplace AI tools?

PipesHub is fully open-source (Apache 2.0) and self-hostable — your data never leaves your infrastructure. It features permission-aware search that enforces source-level access controls, and delivers explainable answers with precise block citations to original documents.

What connectors does PipesHub support?

PipesHub has 50+ enterprise connectors with real-time and scheduled indexing. See the connectors overview.

What file formats can PipesHub index?

PDF (including scans), Microsoft Office (Word, Excel, PowerPoint), Google Docs/Sheets/Slides, Markdown, HTML, CSV, plain text, and images. Audio and video can be stored but are not indexed yet. Storage accepts a wider set of MIME types — see Supported MIME Types.

How do I deploy PipesHub?

curl -fsSL https://get.pipeshub.com/install | bash

This writes Compose files into ./pipeshub and starts the interactive installer. Open http://localhost:3000 when it finishes. Use HTTPS for cloud deployments — HTTP may cause frontend security blocks.

Developers building from source should clone the repository and run ./install.sh (or ./install.sh --build) from the repo root. See the Deployment Guide.

What LLM providers does PipesHub support?

PipesHub is "Bring Your Own Model" — you can use any LLM provider. Deploy in your VPC with your preferred models.

What is the tech stack?

PipesHub has three parts:

Those services call AI models you bring. An embedding model turns parsed text into vectors for search. An LLM writes the cited answer. Use any provider or a local model (Ollama); a local embedding server is the default.

Data sits in a knowledge graph (Neo4j by default, or ArangoDB), a vector store (Qdrant), and MongoDB. Redis is the cache. Files live on disk or object storage. Services hand work to each other over Redis on a local machine, or Kafka in a larger deployment. See the system overview.

What is the Knowledge Graph Retrieval feature?

PipesHub uses graph-backed retrieval that captures relationships across enterprise data. It uses Neo4j or ArangoDB as graph databases, combined with Qdrant for vector similarity search.

Does PipesHub have an MCP server?

Yes. PipesHub provides an MCP server for integration with any MCP-compatible client. Repository: pipeshub-ai/mcp-server.

What SDKs are available?

PipesHub provides SDKs for:

Can I build AI agents without coding?

Yes. PipesHub has a no-code agent builder. You can build agents visually and execute actions across enterprise tools without writing code.

What is the multimodal support?

PipesHub supports image, diagram, and scanned-file understanding, plus voice-based interaction. It uses Docling and pdfplumber for document parsing, or a multimodal LLM (VLM) for scanned PDF OCR.

How do I troubleshoot deployment issues?

1. Ensure HTTPS is configured for cloud deployments 2. Check Docker compose logs: docker compose logs 3. Verify environment variables in env.template 4. Consult docs.pipeshub.com for detailed guides

Where can I get help?


⭐ Star us on GitHub!

It helps the project reach the teams who need it.

https://github.com/pipeshub-ai/pipeshub-ai/blob/HEAD/Star PipesHub

https://github.com/pipeshub-ai/pipeshub-ai/blob/HEAD/Star History Chart

Built with ❤️ by the PipesHub team and contributors around the world.

GitHub Stars & Activity

3,762Stars
579Forks
0Open issues
PythonLanguage

GitHub Popularity

GitHub stars3,762
Forks579
Open issues0
Primary languagePython
License-
Stars gained today0
Created-
Last pushed-

Trending History

Trending statusnot on today's boards

Related AI Projects

1

open-webui / open-webui

Python★ 152,601⑂ 22,332
2

HKUDS / nanobot

Python★ 48,395⑂ 8,551
3

chatchat-space / Langchain-Chatchat

Python★ 38,648⑂ 6,265
4

1Panel-dev / MaxKB

Python★ 22,844⑂ 3,157
5

lss233 / kirara-ai

Python★ 19,027⑂ 1,836
6

AsyncFuncAI / deepwiki-open

Python★ 18,018⑂ 2,003
7

langbot-app / LangBot

Python★ 17,926⑂ 1,602
8

MODSetter / SurfSense

Python★ 16,169⑂ 1,538

More AI Rankings