Every image you upload, understood.
Argus analyzes your media with AI — extracting descriptions, tags, mood, and palette. MCP+CLI for agents, UI for humans.
Get started
npx argus-media-cli
IMG_1467.jpeg
analyzed
Analyzed by Argus
What Argus sees.
IMG_0694.jpeg
analyzed
IMG_0646.jpeg
analyzed
Vision analysis
Claude describes every upload — content, mood, palette, use cases.
Semantic search
Find assets by meaning, not just filenames. Natural language queries.
REST + MCP
One API for humans, one for agents. Both first-class.
How it works.
1
Upload
Push images via the dashboard, CLI, API, or MCP.
2
AI analyzes
Claude extracts descriptions, tags, mood, and color palette automatically.
3
Search by meaning
Find assets with natural language — no filenames or folders to remember.
Connect in seconds.
claude_desktop_config.json
// add to your MCP servers { "mcpServers": { "argus": { "url": "https://argus.build/mcp" } } }
rest api
POST /assets/upload GET /assets?q=sunset+pier GET /assets/:id Authorization: Bearer <key>