MCP di Continue.dev
Hubungkan Synapse ke Continue.dev — asisten coding AI open-source untuk VS Code dan JetBrains.
MCP di Continue.dev
Continue.dev adalah asisten coding AI open-source untuk VS Code dan JetBrains IDE. Dengan Synapse MCP, Continue mendapatkan memori persisten lintas sesi.
Prasyarat
- VS Code atau JetBrains IDE
- Ekstensi Continue.dev terpasang
- Node.js 18+
- Mind Key Synapse Anda
Pengaturan
Langkah 1: Buka Konfigurasi Continue
Di VS Code atau JetBrains:
- Buka sidebar ekstensi Continue
- Klik ikon gear → "Open config.json"
Atau edit ~/.continue/config.json langsung.
Langkah 2: Tambahkan Synapse MCP Server
{
"mcpServers": {
"synapse": {
"command": "npx",
"args": ["-y", "synapse-mcp-api@latest"],
"env": {
"SYNAPSE_MIND_KEY": "mk_YOUR_MIND_KEY_HERE",
"SYNAPSE_URL": "https://synapse.schaefer.zone"
}
}
}
}Langkah 3: Muat Ulang Continue
Muat ulang jendela VS Code (Cmd+Shift+P → "Reload Window") atau mulai ulang IDE Anda.
Verifikasi Berfungsi
Di chat Continue:
recall all my memoriesContinue harus memanggil memory_recall dan merespons dengan memori tersimpan Anda.
Pola Umum
Konteks proyek
recalling project context for this codebaseContinue memanggil memory_recall, melihat memori proyek Anda, dan melanjutkan
pekerjaan dari tempat Anda berhenti.
Pola review kode
search memories: "code review checklist"Continue menemukan pola review kode tersimpan Anda dan menerapkannya.
Memori pair programming
store this: "User prefers functional style over OOP for this project.
Decided 2026-06-27."Continue menyimpannya sebagai memori preference.
Troubleshooting
MCP server tidak terhubung
- Periksa
~/.continue/config.jsonadalah JSON yang valid - Verifikasi Node.js:
node --version - Periksa panel output Continue (View → Output → Continue)
- Mulai ulang IDE
Alat tidak muncul
- Verifikasi versi Continue mendukung MCP (≥ 0.9.x)
- Periksa env var
SYNAPSE_MIND_KEYdiatur dalam konfigurasi - Cari error MCP di log Continue