Doorgaan
MCP Server-setupgids
Continue is een open-source AI-coderingassistent voor VS Code en JetBrains. Het verbindt met anonym.legal via zijn ~/.continue/config.json configuratiebestand via HTTP — geen Node.js, geen lokale installatie.
Voorwaarden
- Continue-extensie — installeer vanuit VS Code Marketplace of JetBrains Marketplace
- anonym.legal API-sleutel — Pro of Bedrijfsplan (vereist voor MCP-toegang)
- Geen Node.js, geen npm, geen lokale installatie — anonym.legal's MCP-server werkt volledig via HTTP.
Installatie
Open Continue Config
Druk in VS Code op Cmd/Ctrl+Shift+P → Doorgaan: config.json openen. Of open rechtstreeks op ~/.continue/config.json.
MCP-server toevoegen — HTTP-methode
{
"models": [...],
"mcpServers": [
{
"name": "anonym-legal",
"transport": {
"type": "streamableHttp",
"url": "https://anonym.legal/mcp",
"requestOptions": {
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
]
}
https://anonym.legal/mcp met TLS.Herlaad Continue
Druk op Cmd/Ctrl+Shift+P → Doorgaan: config opnieuw laden. De server maakt automatisch verbinding. Controleer het Continue-paneel op de anonym-legal-serverstatus.
Beschikbare hulpmiddelen (7)
gratis
tokens
gratis
gratis
gratis
gratis
gratis
Operatoren (6)
John Smith → [CLIENT] of [PERSON]
john@acme.com → (verwijderd)
John Smith → a3f9b1...
4111-xxxx → enc:U2FsdGVkX1...
john@acme.com → jo**@****.com
John Smith → John Smith (bijgehouden)
Probleemoplossing
mcpServers niet herkend
Zorg ervoor dat uw Continue-versie MCP (0.9.195+) ondersteunt. Werk bij via VS Code Marketplace. Opmerking: Continue gebruikt een array voor mcpServers, niet een object zoals andere clients.
Server verbindt maar hulpmiddelen mislukken met 401/403
Controleer dat de Authorization koptekst onder requestOptions.headers is exact Bearer YOUR_API_KEY, en dat uw plan (Pro of Bedrijf) MCP-toegang omvat.
JetBrains: configuratielocatie
JetBrains Continue gebruikt dezelfde ~/.continue/config.json — de configuratie wordt gedeeld tussen alle IDE's. Zorg ervoor dat u het juiste bestand bewerkt.