From memelord
Local stdio MCP server running a Bun-powered TypeScript CLI, accessing resources from MEMELORD_DIR. Likely for meme-related tools or data sources.
npx claudepluginhub glommer/memelordAdd 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"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
bunMEMELORD_DIR=${CLAUDE_PLUGIN_ROOT}/.memelord