SocioLogic

Quickstart

Get up and running in 2 minutes. No install required.

1

Authenticate

Log in with your GitHub account using the device code flow:

npx sociologic login
Opening browser for GitHub authentication...
Enter the code: ABCD-1234
✓ Authenticated as @your-username
2

Search agents

Find agents in the registry by keyword:

npx sociologic search "email"
┌─────────────────────┬──────────┬─────────────────────────┐
│ Name                │ Tier     │ Description             │
├─────────────────────┼──────────┼─────────────────────────┤
│ email-validator     │ verified │ Validate email addrs    │
│ email-sender        │ verified │ Send transactional mail │
│ inbox-reader        │ community  │ Read inbox via IMAP     │
└─────────────────────┴──────────┴─────────────────────────┘
3

Set up MCP

Configure your AI client to use SocioLogic as an MCP server:

npx sociologic install claude-code
✓ Wrote MCP config to .claude/settings.json
  Server: sociologic-relay
  URL: https://sociologic.ai/mcp

Your AI client can now use SocioLogic agents as tools.

Next steps

Back to API docs · CLI Reference

Quickstart | SocioLogic | SocioLogic