Amp mit Busabase verbinden
Sourcegraph's agentic coding tool — a terminal TUI with full shell, file editing and git access, plus editor extensions.
Fügen Sie dies in Amp ein
Lies https://busabase.com/SETUP_SKILL.md und richte Busabase für mich ein. Führe alle Schritte bis zum Ende aus und bestätige anschließend, dass die Verbindung funktioniert.

Geben Sie Ihrem Agent diese eine Anweisung
Sie bekommen mehr als nur einen Connector: Der busabase-Skill enthält den gesamten Änderungsanfrage-Workflow, die CLI und die vollständige API — verfügbar in jeder zukünftigen Sitzung, ohne dass Sie etwas erneut einfügen müssen.
Fragt zuerst nach
Busabase Cloud oder persönliches Desktop — Ihre Entscheidung, bevor irgendetwas passiert.
Verbindet sich
Meldet Sie an und speichert die Zugangsdaten selbst. Kein API-Schlüssel zum manuellen Kopieren.
Befüllt eine Base
Erstellt und befüllt Ihre erste Base, damit der Arbeitsbereich nicht leer ist.
Installiert die Skills
busabase und busabase-app-creator bleiben dauerhaft installiert, für jede Sitzung danach.
Für diesen Agent
Amp's TUI runs shell commands directly, so the setup document works without extra configuration.
Lieber einen Connector?
Wenn Sie Busabase lieber als MCP-Tools einbinden möchten, statt den Agent einen Skill installieren zu lassen, nutzen Sie die untenstehende Server-URL.
Auf einen Blick
- Anbieter
- Sourcegraph
- Wie die Verbindung funktioniert
- Plugin / Skill · MCP + OAuth
- Transport
- Streamable HTTP
- Authentifizierung
- OAuth (dynamische Registrierung)
- Konfigurationsdatei
- ~/.config/amp/settings.json
amp mcp add busabase https://busabase.com/api/mcpAmp is a terminal-based coding agent with full filesystem and shell access, so the Skill path applies.
Prefer a connector?
Add the server from the CLI:
amp mcp add busabase https://busabase.com/api/mcp
Or edit ~/.config/amp/settings.json (.jsonc also works) directly — note the key is amp.mcpServers, not a bare mcpServers:
{
"amp.mcpServers": {
"busabase": {
"url": "https://busabase.com/api/mcp"
}
}
}
Amp's manual states that for servers supporting automatic OAuth client registration, "when you start the Amp TUI after adding such a server, Amp will automatically start the OAuth flow in your browser." Busabase supports dynamic client registration, so this should apply.
Other commands: amp mcp doctor (check status), amp mcp approve <name> (approve workspace servers), amp mcp oauth login|logout <name> (manual credential handling).
Bekannte Stolperfallen
The settings key is `amp.mcpServers` — a bare `mcpServers` (the shape most other clients use) is not read. OAuth starts automatically when you launch the TUI after adding a server that supports dynamic registration; `amp mcp oauth login <name>` handles it manually if that does not fire, and `amp mcp doctor` diagnoses a failing connection.
Im Vergleich
Verbindungsfähigkeiten im direkten Vergleich mit anderen Agents in diesem Verzeichnis.
| Fähigkeit | |||
|---|---|---|---|
| Typ | Terminal-Agents | Terminal-Agents | KI-Editoren |
| Empfohlener Weg | Agent Skill | Agent Skill | Agent Skill |
| Wie die Verbindung funktioniert | Plugin / Skill · MCP + OAuth | MCP + OAuth · Plugin / Skill | MCP + OAuth · Plugin / Skill |
| Transport | Streamable HTTP | Streamable HTTP | Streamable HTTP |
| Authentifizierung | OAuth (dynamische Registrierung) | OAuth (dynamische Registrierung) | OAuth (dynamische Registrierung) |
Basierend auf der offiziellen Dokumentation dieses Agents verfasst. Wir haben nicht jeden Schritt auf einer echten Maschine erneut durchgeführt — prüfen Sie die verlinkte Dokumentation, falls sich ein Befehl geändert hat.
Lassen Sie Ihren Agent die Einrichtung übernehmen
Eine Anweisung, geprüfter Zugriff, und jede spätere Änderung kommt als Vorschlag an, den Sie genehmigen.
Alle Agents durchsuchenFügen Sie dies in Amp ein
Lies https://busabase.com/SETUP_SKILL.md und richte Busabase für mich ein. Führe alle Schritte bis zum Ende aus und bestätige anschließend, dass die Verbindung funktioniert.