Stats
Actions
Tags
From mama
Local stdio MCP server 'mama' runs as subprocess via npx, configured by MAMA_EMBEDDING_MODEL environment variable for embedding model usage. Capabilities unclear from config.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"mama": {
"command": "npx",
"args": [
"-y",
"@jungjaehoon/mama-server"
],
"env": {
"MAMA_EMBEDDING_MODEL": "Xenova/multilingual-e5-large"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
MAMA_EMBEDDING_MODEL=Xenova/multilingual-e5-largenpx claudepluginhub jungjaehoon-lifegamez/mama --plugin mama