adam framework for Cline
io.github.strangeadvancedmarketing/adam-framework
Persistent memory tools for Claude Desktop. Search your vault or Obsidian notes mid-conversation.
client:Cline
transport:stdio
runtime:pypi
Install adam framework 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": {
"adam-framework": {
"command": "uvx",
"args": [
"adam-mcp"
],
"env": {
"ADAM_VAULT_PATH": "<ADAM_VAULT_PATH>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs