Back to Home
o98k-ok icon

meme

by o98k-ok

Overview

A high-performance emoji search service that aggregates results from multiple sources and provides them to AI clients (e.g., Claude Desktop, Cursor) via the Model Context Protocol (MCP).

Installation

Run Command
./build/meme-server

Environment Variables

  • DOUYIN_COOKIE
  • IMAGE_PROXY_URL
  • LOG_LEVEL

Security Notes

CRITICAL: The HTTP client used for web scraping in `internal/sources/scrapers.go` and `internal/sources/api.go` explicitly sets `InsecureSkipVerify: true` within its `tls.Config`. This disables TLS certificate verification, making all HTTPS connections vulnerable to Man-in-the-Middle (MITM) attacks. This allows potential interception and tampering of sensitive data (like `DOUYIN_COOKIE` or search queries) and fetched images without detection, posing a severe security risk.

Similar Servers

Stats

Interest Score0
Security Score2
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-17

Tags

AI IntegrationEmoji SearchMCP ProtocolGo LanguageMulti-Source