← All docs
ConnectKit

Local connector runtime for agent tools.

ConnectKit turns user SaaS accounts into local agent tools with YAML connector specs, an OAuth router, encrypted credential vaults, and CLI or MCP adapters.

Status

ConnectKit is alpha. Treat the docs here as a product overview while the public package and full connector lifecycle stabilize.

Core concepts

  • Connector specs describe services and tools declaratively.
  • The OAuth router handles login, callback, status, and token exchange.
  • Credential vaults store per-user tokens locally with encryption.
  • Adapters expose connected accounts through CLI and MCP tools.

Planned docs

  • Install and local setup.
  • Creating a connector spec.
  • OAuth provider configuration.
  • Credential vault operations.
  • CLI and MCP adapter examples.