Dense Knowledge for Cline
io.github.lucky44k/dense-knowledge-mcp
Local-first MCP memory server for persistent LLM knowledge with BM25 retrieval.
client:Cline
transport:stdio
runtime:pypi
Install Dense Knowledge in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"dense-knowledge-mcp": {
"command": "uvx",
"args": [
"dense-knowledge-mcp"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs