Commands
The CLI is the operator-facing surface for the local graph. Each command now has its own page so flags, examples, and adjacent workflows stay readable.
#Query
search- hybrid semantic and lexical search.query- structured filtering by entity type, metadata, time, and attachments.get- fetch one entity by UUID, prefix, or platform ref.edges- list connected graph edges for one entity.traverse- walk the neighborhood around one entity.
#Fetch and files
fetch- trigger connector fetch by platform and platform ID.fetch-entity- re-fetch by internal entity UUID.download- download the source file for a graph entity.bookmark- protect an entity or URL from garbage collection.delete- remove an entity and its connected edges.
#Sync and connectors
connectors- inspect installed connectors and auth state.poll- run background polling now.ingest- run a one-shot historical ingest where supported.
#Auth and setup
#Server and transport
serve- run the local AgentGraph HTTP server and pollers.mcp-config- print MCP client configuration.mcp-serve- run the MCP server over stdio, SSE, or streaming HTTP.
#Related
- MCP tools for the tool pages exposed to agent clients.