adam framework for VS Code
io.github.strangeadvancedmarketing/adam-framework
Persistent memory tools for Claude Desktop. Search your vault or Obsidian notes mid-conversation.
client:VS Code
transport:stdio
runtime:pypi
Install adam framework in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "adam-vault-path",
"description": "ADAM_VAULT_PATH",
"password": true
}
],
"servers": {
"adam-framework": {
"type": "stdio",
"command": "uvx",
"args": [
"adam-mcp"
],
"env": {
"ADAM_VAULT_PATH": "${input:adam-vault-path}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs