Memorious-MCP is a minimal Model Context Protocol (MCP) server that provides a persistent key-value memory store with vector-similarity lookup using ChromaDB.
Server Config
{
"mcpServers": {
"memorious": {
"command": "uvx",
"args": [
"memorious-mcp"
]
}
}
}