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 expiration.delete- remove an entity and its connected edges.
#Sync and connectors
connector- discover and run commands owned by an installed connector.list-connectors- inspect installed connectors and auth state.poll- run background polling now.
#Auth and setup
onboard- interactive connector setup.auth- manage connector authentication.install-skill- install the bundled AgentGraph skill for an agent.
#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.
#Maintenance and demos
unify-persons- merge confirmed duplicate Person entities.demo- seed the self-contained fictional demonstration graph.
#Related
- MCP tools for the tool pages exposed to agent clients.