Nousdb
Freeby MCP Community
Per-project knowledge brain with auto-learning from AI conversations. MCP server + SQLite + vector search.
v0.3.2Added Apr 12, 2026
mcpknowledge-baseaisqlitevector-search
Nousdb MCP Server
Per-project knowledge brain with auto-learning from AI conversations. MCP server + SQLite + vector search.
Installation
npx -y nousdb
Reviews
Installation
Quick install
npx -y nousdb
Add to claude_desktop_config.json
{
"mcpServers": {
"nousdb": {
"command": "npx",
"args": ["-y", "nousdb"]
}
}
}