Maguyva
Maguyva is agent-first code intelligence that gives AI coding tools a ranked map of a repository before they start editing. Teams connect GitHub repositories, and cloud pipelines parse, rank, and index symbols, dependencies, imports, semantic relationships, and cross-file structure, then keep the index current as code changes. Through one remote MCP integration, agents in Claude Code, Cursor, VS Code, Windsurf, Codex, Gemini CLI, and other compatible clients can query the same grounded context without installing a local indexer or changing editors. Its 11 MCP tools combine semantic, structural, graph, and text retrieval across five search modalities, returning ranked results instead of raw grep output. Agents can ask plain-language questions, locate important symbols, find patterns through AST-aware search, trace dependents, identify orphaned code, analyze a change’s blast radius, and assemble task context before touching a file.
Learn more
Graphify
Graphify is an open source knowledge graph engine that turns any input, including code, docs, papers, meetings, images, browser tabs, and commits, into one traversable graph with complete recall. It is built as persistent memory for AI coding assistants, giving tools like Claude Code, Codex, OpenCode, Cursor, Gemini CLI, GitHub Copilot CLI, Aider, Factory Droid, Kimi Code, Kiro, Pi, and Google Antigravity a queryable understanding of a project instead of making them repeatedly grep through files. Users can point Graphify at any directory, and it builds an initial corpus through AST extraction, semantic analysis, and Leiden clustering, transforming an entire codebase or document corpus into a graph in one pass. Unlike RAG pipelines that re-embed everything on every change, Graphify maintains a living graph that updates only affected nodes and edges when files change, allowing the rest of the corpus to stay intact even at enterprise scale.
Learn more
Constellation
Constellation is a corporate governance platform designed to enforce organizational rules and decision-making constraints in real time. It ensures that every action taken by employees, teams, or AI systems is checked against institutional policies before execution. The platform helps organizations maintain compliance, reduce risk, and improve decision speed without sacrificing oversight. By embedding governance directly into workflows, Constellation eliminates delays caused by manual approvals and fragmented coordination. It provides a structured system where decisions are both fast and accountable.
Learn more
Centaurus
A deployed cluster (constellation) consists of one leading server (alpha) and 5-19 auditor servers. All servers are deployed by independent organizations or business entities, and each party publicly confirms its identity with a standard Stellar ed25519 public key. The organizations forming the constellation (and their public keys) won't be changed frequently, therefore it makes sense to ship public keys with client software to allow direct signature verification on the client-side. Funds received from clients are stored in a single Stellar account (vault) protected by M-of-N multi-sig, where N is the total number of independent servers forming a constellation, and M is the majority of votes (>50%) plus 1. Any withdrawal operation requires the majority of signatures from the quorum participants and is ensured by the underlying Stellar ledger. Payments and trades with instant confirmation and 5 seconds finality.
Learn more