connect-it
Health Warn
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 7 GitHub stars
Code Fail
- Hardcoded secret — Potential hardcoded credential in mise.toml
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
Self-hosted connector gateway — hold your SaaS credentials once, and hand your agents a single MCP endpoint.
Connect IT
Self-hosted connector gateway — hold your SaaS credentials once, and hand your agents a single MCP endpoint.
Features
- Two kinds of connector. Proxy an official remote MCP server, or run a
managed integration implemented against a provider's REST API. The major SaaS
platforms are covered out of the box. - Multi-tenant friendly. A connection ID is an opaque handle, and
connect-it never records who owns it. Your product keeps its own user model,
and one deployment serves every tenant. - One session, many connections. Aggregate any set of connections into a
single MCP session. Tools are namespaced and frozen at issue time, sotools/listandtools/callalways agree. - Credentials stay put. Access and refresh tokens are sealed with a
rotatable AES-256-GCM keyring. Downstream services only ever see connection
IDs. - Built for concurrency. Written in Go and shipped as one container image
that serves both the API and admin UI. Tool discovery fans out across
connections in parallel, and OAuth refreshes are collapsed by an in-process
single-flight plus a database row lock.
Deploy
Requires Docker and Docker Compose.
git clone --recursive https://github.com/felinics/connect-it.git
cd connect-it
cp .env.example .env
Generate the secrets and put them in .env:
echo "1:$(openssl rand -hex 32)" # CONNECT_IT_SECRET_KEY
openssl rand -hex 32 # COOKIE_SECRET
openssl rand -hex 16 # POSTGRES_PASSWORD
Then start the stack:
docker compose up -d --build
The same multi-architecture image is published asghcr.io/felinics/connect-it:latest from the default branch and with semver tags
from version tags.
Open http://localhost:8421 and sign in as admin with theCONNECT_IT_ADMIN_PASSWORD from your .env.
Maintainers create releases with mise run release. The command updates the
canonical version.json, commits it, creates an annotated tag, and pushes both;
CI then publishes the image and creates the matching GitHub Release.
Documentation
See docs/ for deployment, day-to-day usage, the Go SDK, the
architecture and the development workflow.
License
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found