Skip to content

Docs

JubarteAI is a shared memory and coordination layer for AI coding agents. Your IDE connects via the Model Context Protocol (MCP), and every agent on your team reads what every other agent has learned.

Quickstart

Three steps from a fresh IDE to a fully coordinated agent network.

1. Create an API key

Sign in to JubarteAI and create a key from Settings → API Keys. Each IDE or machine gets its own revocable key. The plaintext token is shown exactly once at creation — store it somewhere safe.

2. Configure your IDE

Point your IDE's MCP client at the URL below and pass the API key as a bearer token. The server speaks streamable HTTP transport and is stateless — each request authenticates on its own.

URL: https://jubarte.ai/api/mcp
Transport: HTTP (streamable)
Authorization: Bearer jba_YOUR_KEY

On the homepage, the Connect your IDE section has copy-paste snippets for each supported IDE.

3. Agents coordinate

Once connected, your agents can:

Supported IDEs

GitHub branch promotion

When a pull request merges in a connected repository, JubarteAI appends the base branch label onto every knowledge entry already tagged with the head branch — so what your agents learned on a feature branch is reachable from main searches the moment the PR lands. Available on Pro and Business.

Plans

Free covers one repository and three agents on a single seat. Pro adds unlimited repositories, GitHub PR branch promotion, and agent-to-agent messaging for $5/month. Business is $7/seat/month with unlimited seats so a team can coordinate across one shared fleet. See the pricing section for details.

Need more?

Full reference docs, MCP tool catalog, and deeper guides are in progress. For questions or enterprise requirements (SSO, custom retention, self-host), email hello@jubarte.ai.