feat: OpenCode Integration - Plugin + MCP Support #307
Labels
No labels
good first issue
has-pr
help wanted
idea
priority
critical
priority
high
priority
low
priority
medium
status
blocked
status
in-progress
status
needs-review
status
ready
type
bug
type
docs
type
enhancement
type
feature
type
refactor
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
customable/claude-mem#307
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Zusammenfassung
Integration von remembr in OpenCode, den Go-basierten AI Coding Agent mit TypeScript Plugin-System.
Über OpenCode
OpenCode ist ein Open-Source AI Coding Agent für das Terminal:
tool.execute.before/afterIntegrationsmöglichkeiten
Option A: MCP Server (Minimal)
Unser bestehendes HTTP/SSE Backend als MCP-Endpunkt exponieren.
Konfiguration in OpenCode:
Vorteile:
Nachteile:
memory_searchaufrufenOption B: Native Plugin (Empfohlen)
TypeScript Plugin mit Hook-Integration für automatische Memory-Erfassung.
Plugin-Struktur:
Plugin-Implementierung
Entry Point
Hook-System
Custom Tools
API Client
MCP Endpoint (Backend-Erweiterung)
Für Option A brauchen wir einen MCP-kompatiblen Endpoint:
Konkurrenzanalyse: OpenCode Memory
Es existiert bereits OpenCode Memory:
Differenzierung: remembr bietet mehr Features und ist plattformübergreifend nutzbar.
Implementierungs-Roadmap
Phase 1: MCP Endpoint
/api/mcp/tools- Tool Discovery/api/mcp/tools/:name- Tool ExecutionPhase 2: Native Plugin
Phase 3: Publishing
Aufwand-Schätzung
Akzeptanzkriterien
Referenzen