Stats
Actions
Tags
From memelord
Connects to a local directory of memes, allowing Claude to browse, retrieve, and manage meme files. Requires MEMELORD_DIR environment variable pointing to a local directory.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"memelord": {
"command": "bun",
"args": [
"run",
"${CLAUDE_PLUGIN_ROOT}/packages/cli/src/index.ts"
],
"env": {
"MEMELORD_DIR": "${CLAUDE_PLUGIN_ROOT}/.memelord"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
bunCommand-line arguments passed to the server process
Environment variables set when the server starts
MEMELORD_DIR=${CLAUDE_PLUGIN_ROOT}/.memelordnpx claudepluginhub glommer/memelord