How It Works
Anamnesis scans your workspace folder using language-specific extractors powered by tree-sitter and custom parsers. Each extractor produces nodes (files, classes, functions, config blocks) and edges (contains, imports, calls).
The unified graph is uploaded to Anamnesis Cloud and can be queried from the VS Code extension or via MCP tools when AI integration is enabled.
Quick Start Workflow
- Install the extension and configure credentials.
- Click Install MCP and Skill in Settings (detects VS Code or Cursor).
- Right-click a folder - Create Knowledge Graph.
- Browse the project in the Projects tree.
- Add Project Prompts with Prompt Parameters, or skip AI verification.
- Store tagged secrets in Credentials for AI.
- Switch between Table and Graph views, then click nodes to jump to source.
Project Prompts and Prompt Parameters
The Project Prompts view lists prompts stored for each knowledge-graph project. Use Prompt Parameters for placeholders in a generic prompt (for example brand, locale, or task constraints). When Skip verification via AI Model is checked, the original is stored as-is (ready) and the server does not generate an AI-improved prompt. View shows Original, AI Generated, and Parameters as markdown, each with Copy.
Credentials for AI
Named key/value sets stay encrypted on Anamnesis Cloud. Decryption happens only inside the extension. Tag a set to multiple projects so the same credentials apply across graphs. Prefer a set whose project tags include the current graph when more than one match exists. Agents must not dump secret values unless the user asked for that named set.