RUN IN TERMINAL
claude mcp add eeraj03-vector-memory -- uvx mcp-server-vector-memory
ADD TO claude_desktop_config.json
{
"mcpServers": {
"eeraj03-vector-memory": {
"command": "uvx",
"args": ["mcp-server-vector-memory"]
}
}
}
ADD TO .vscode/mcp.json
{
"mcpServers": {
"eeraj03-vector-memory": {
"command": "uvx",
"args": ["mcp-server-vector-memory"]
}
}
}
ADD TO .cursor/mcp.json
{
"mcpServers": {
"eeraj03-vector-memory": {
"command": "uvx",
"args": ["mcp-server-vector-memory"]
}
}
}
About This MCP Server
Semantic document memory using Redis vector store. Save and recall files with natural language.. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with database capabilities via the stdio transport.
Package
mcp-server-vector-memory on pypi
HOW TO USE
Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on pypi.
What tools does it provide?
The vector-memory server extends your AI assistant with database capabilities. Once installed, your AI can use its tools automatically.