Skip to content
Developers

Start retrieving context today

Connect a repo, point your agent at the MCP server, and ask the project what it already knows. Self-hosted, so nothing leaves your boundary.

Purpose-built retrieval API
JSON over REST, plus an MCP server.
Self-hosted, no vendor round-trip
Source, embeddings and intelligence stay behind your boundary.
Evidence by default
Every answer returns the tickets, PRs and lines it came from.
Bring your own agents
Any MCP-capable client: Claude Code, Codex, Cursor, your own.
// connect a project
nebulai projects create orion \
  --repo github.com/aperture/orion \
  --work linear:ENG \
  --self-hosted

# then, in your agent config
{
  "mcpServers": {
    "nebulai": {
      "url": "https://nebulai.internal/mcp",
      "project": "orion"
    }
  }
}

Docs

API reference, MCP tools and self-host guides.

Sandbox

Connect one repo and query it in an afternoon.

Deployment

Helm chart and container images for your cluster.

Changelog

What shipped each release during private beta.