Configuration MCP manuelle
OpenCode
Section intitulée « OpenCode »Au niveau du projet
Section intitulée « Au niveau du projet »Ajoutez à .opencode/opencode.json :
{ "mcp": { "toon-memory": { "type": "local", "command": ["npx", "-y", "toon-memory", "mcp"], "enabled": true } }}Ajoutez à ~/.config/opencode/opencode.json :
{ "mcp": { "toon-memory": { "type": "local", "command": ["npx", "-y", "toon-memory", "mcp"], "enabled": true } }}VS Code / Copilot
Section intitulée « VS Code / Copilot »Ajoutez à .vscode/mcp.json :
{ "servers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Claude Code
Section intitulée « Claude Code »Ajoutez à .claude/settings.json :
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Ajoutez à .cursor/mcp.json :
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Windsurf
Section intitulée « Windsurf »Ajoutez à ~/.codeium/windsurf/mcp_config.json :
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Ajoutez à .cline/mcp.json :
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Continue
Section intitulée « Continue »Ajoutez à .continue/config.json :
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Ajoutez à .codex/config.toml :
[mcpServers.toon-memory]command = "npx"args = ["-y", "toon-memory", "mcp"]Ajoutez à .gemini/settings.json :
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Ajoutez à ~/.config/zed/settings.json :
{ "mcp_servers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Antigravity
Section intitulée « Antigravity »Ajoutez à .gemini/config/mcp_config.json :
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}KiloCode
Section intitulée « KiloCode »Ajoutez à ~/.kilocode/mcp_settings.json :
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}OpenClaw
Section intitulée « OpenClaw »Ajoutez à .openclaw.json :
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Ajoutez à .kiro/settings/mcp.json :
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}