Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 16 additions & 5 deletions assets/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
# Logo assets

Brand color: `#079D7D`.
Brand color: `#44BDA3` (Modem primary teal — see [modem.dev/brand](https://modem.dev/brand)).

| File | Status | Needed by |
| --- | --- | --- |
| `wordmark-light.svg` / `wordmark-dark.svg` | ✅ copied from monorepo `apps/docs/logo/` | general use |
| `logo-square.svg` (1:1) | ☐ pending export | Claude Connectors Directory |
| `logo-64.png` (64×64, **under 5KB**) | ☐ pending export | OpenAI Plugin Directory |
| `logo-400.png` (400×400) | ☐ pending export | Cline |
| `logo-square.svg` (1:1, 200×200) | ✅ exported | Claude Connectors Directory |
| `logo-64.png` (64×64, 228 B) | ✅ exported | OpenAI Plugin Directory (must be under 5 KB) |
| `logo-400.png` (400×400, 810 B) | ✅ exported | Cline |

Once the repo is public, directories can reference these at stable raw URLs (`https://raw.githubusercontent.com/modem-dev/mcp/main/assets/...`).
The square exports all derive from the same source mark as the monorepo favicon
(`apps/docs/favicon.svg`), so the directory icon matches the one the docs site already serves.
Regenerate the rasters from the SVG rather than editing them by hand:

```bash
rsvg-convert -w 400 -h 400 assets/logo-square.svg -o assets/logo-400.png
rsvg-convert -w 64 -h 64 assets/logo-square.svg -o assets/logo-64.png
pngquant --force --quality 65-95 --output assets/logo-64.png -- assets/logo-64.png
```

Directories can reference these at stable raw URLs
(`https://raw.githubusercontent.com/modem-dev/mcp/main/assets/...`).
Binary file added assets/logo-400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo-64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/logo-square.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.