Personal knowledge system — MCP server with PostgreSQL semantic search and temporal knowledge graph
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"hivemem": {
"command": "npx",
"args": [
"-y",
"ufelmann/HiveMem"
]
}
}
}
Run in terminal:
claude mcp add hivemem npx -y ufelmann/HiveMem
Add to .cursor/mcp.json:
{
"mcpServers": {
"hivemem": {
"command": "npx",
"args": [
"-y",
"ufelmann/HiveMem"
]
}
}
}