Manuelle MCP-Konfiguration
OpenCode
Abschnitt betitelt „OpenCode“Auf Projektebene
Abschnitt betitelt „Auf Projektebene“Zu .opencode/opencode.json hinzufügen:
{ "mcp": { "toon-memory": { "type": "local", "command": ["npx", "-y", "toon-memory", "mcp"], "enabled": true } }}Zu ~/.config/opencode/opencode.json hinzufügen:
{ "mcp": { "toon-memory": { "type": "local", "command": ["npx", "-y", "toon-memory", "mcp"], "enabled": true } }}VS Code / Copilot
Abschnitt betitelt „VS Code / Copilot“Zu .vscode/mcp.json hinzufügen:
{ "servers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Claude Code
Abschnitt betitelt „Claude Code“Zu .claude/settings.json hinzufügen:
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Zu .cursor/mcp.json hinzufügen:
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Windsurf
Abschnitt betitelt „Windsurf“Zu ~/.codeium/windsurf/mcp_config.json hinzufügen:
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Zu .cline/mcp.json hinzufügen:
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Continue
Abschnitt betitelt „Continue“Zu .continue/config.json hinzufügen:
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Zu .codex/config.toml hinzufügen:
[mcpServers.toon-memory]command = "npx"args = ["-y", "toon-memory", "mcp"]Zu .gemini/settings.json hinzufügen:
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Zu ~/.config/zed/settings.json hinzufügen:
{ "mcp_servers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Antigravity
Abschnitt betitelt „Antigravity“Zu .gemini/config/mcp_config.json hinzufügen:
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}KiloCode
Abschnitt betitelt „KiloCode“Zu ~/.kilocode/mcp_settings.json hinzufügen:
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}OpenClaw
Abschnitt betitelt „OpenClaw“Zu .openclaw.json hinzufügen:
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Zu .kiro/settings/mcp.json hinzufügen:
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}