Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| programming:0_ide:kilocode_vscode [2026/05/12 20:22] – [memvid mcp for vscode] td | programming:0_ide:kilocode_vscode [2026/05/12 22:07] (current) – [memvid mcp for vscode] td | ||
|---|---|---|---|
| Line 72: | Line 72: | ||
| * https:// | * https:// | ||
| + | |||
| Running local mpx server may not work due to not available PATH for non admin user. | Running local mpx server may not work due to not available PATH for non admin user. | ||
| Line 81: | Line 82: | ||
| npm install -g memvid-mcp-server | npm install -g memvid-mcp-server | ||
| - | Then update the kilo.json configuration to use the direct path: | + | Then update the ~/.config/kilo.json |
| ``` | ``` | ||
| Line 121: | Line 122: | ||
| }, | }, | ||
| ``` | ``` | ||
| + | |||
| + | Note: If you do not provide OPENAI_API_KEY, | ||
| + | |||
| + | MEMVID_LOCAL_STORAGE Set to " | ||
| + | |||
| + | |||
| + | **This only work in external powershell not in VS Code sandbox. See troubleshooting** | ||
| + | If PATH only defined in non admin user $profile, use this command | ||
| + | |||
| + | | ||
| + | |||
| + | #### Troubleshooting | ||
| + | |||
| + | VS Code use sandbox environment where non admin user $profile is not available. | ||
| + | |||
| + | ##### Set PATH | ||
| + | | ||
| + | |||
| + | Edit PATH as non admin user: | ||
| + | |||
| + | | ||
| + | |||
| + | Add full PATH: | ||
| + | |||
| + | | ||
| + | |||
| + | ##### Set $env | ||
| + | |||
| + | | ||
| + | |||
| + | Then restart your computer (not just VS Code) to ensure it propagates system-wide. | ||
| + | |||
| + | Check $env in terminal: | ||
| + | | ||
| + | | ||
| + | |||
| + | Alternative: | ||
| + | |||
| + | " | ||
| + | " | ||
| + | } | ||