data-ai MCP Server
Open Agent OS for Claude Code, Codex, and Cursor: meta-agent builder, A2A Hub routing, local ontology, memory and security gates.
Discovered via agent-topic:autogen and last synced 3mo ago.
Install instructions not detected yet
Check the source repository for the latest setup steps.
Best for
Persona and memory-centered local agent runtime
Open this
`https://agentlas.cloud/desktop` or the OS download command
One installable worker with skills, memory contracts, runtime adapters, and verification
A cleaned Agentlas package for Desktop import, terminal use, Codex, Claude, Gemini, or public GitHub release
Status
Local identity and workspace agent loop
Start here
Native Codex
Check
`codex mcp list` in the terminal; private agent features should open browser sign-in on first use
Open your workspace
A multi-role operating team with HQ, PM Soul, Memory Curator, Policy Gate, eval, QA, and handoffs
The storage default is SQLite at `.agentlas/ontology-runtime.sqlite`, ignored by Git. The schema includes `sources`, `source_lineage`, `chunks`, `chunk_fts`, `entities`, `entity_aliases`, `relations`, `memory_candidates`, `memory_candidate_events`, `working_memory`, `runtime_adapters`, and `schema_migrations`. Basic local run: ```bash bin/ontology ingest examples/ontology-corpus --scope internal bin/ontology query "Project Helios Memory Curator" --agent verifier bin/ontology graph entity "Project Helios" bin/ontology memory candidates bin/ontology working-memory read --agent verifier bin/ontology verify ``` The query response includes relevant chunks, related entities, relation edges, evidence refs, source spans, confidence, Memory Curator candidate suggestions, and optional Agent Working Memory writes. It is not a vector-only result. The runtime stack is layered: