Loading MCP server directory, please wait...
Shared project memory that keeps teammates and AI agents aligned across sessions.
npx @getmcp/cli add ai.multinex/memqRequires Docker Engine. Community-contributed server. Review source before installing.
MEMQ_API_KEYMemQ API key from the Multinex billing dashboard
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai.multinex/memq": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"MEMQ_API_KEY",
"ghcr.io/multinex-ai/memq-mcp-server:registry-2.8.1"
],
"env": {
"MEMQ_API_KEY": ""
}
}
}
}