Cross-platform integrations for the Adjacent MCP.
- Market discovery and prices
- Mover scans and daily briefs
- Charts
- Portfolio tracking and rebalance plans
- Live news-to-price ranking and similar-market discovery
Each adapter is self-contained in its package directory. Shared
scripts/ and data/ stay host-neutral, so every package reads the
same code paths and catalogs.
| Host | Package | Setup |
|---|---|---|
| Claude Code | plugins/adjacent |
README |
| Factory droid | .factory |
README |
| Hermes | .hermes |
README |
| Codex | .codex |
README |
| Cursor | .cursor |
README |
| OpenClaw | openclaw-plugin |
README |
Claude Code:
/plugin marketplace add adjacentresearchxyz/adjacent-plugin
/plugin install adjacent@adjacent-plugin
Prefix every command with adjacent: (e.g. /adjacent:briefing/morning).
Factory droid:
droid plugin marketplace add https://github.com/adjacentresearchxyz/adjacent-plugin
droid plugin install adjacent@adjacent-plugin --scope userCommands are flat and unprefixed (e.g. /briefing-morning).