手動MCP設定
OpenCode
Section titled “OpenCode”プロジェクトレベル
Section titled “プロジェクトレベル”.opencode/opencode.jsonに追加:
{ "mcp": { "toon-memory": { "type": "local", "command": ["npx", "-y", "toon-memory", "mcp"], "enabled": true } }}~/.config/opencode/opencode.jsonに追加:
{ "mcp": { "toon-memory": { "type": "local", "command": ["npx", "-y", "toon-memory", "mcp"], "enabled": true } }}VS Code / Copilot
Section titled “VS Code / Copilot”.vscode/mcp.jsonに追加:
{ "servers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Claude Code
Section titled “Claude Code”.claude/settings.jsonに追加:
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Cursor
Section titled “Cursor”.cursor/mcp.jsonに追加:
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Windsurf
Section titled “Windsurf”~/.codeium/windsurf/mcp_config.jsonに追加:
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}.cline/mcp.jsonに追加:
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Continue
Section titled “Continue”.continue/config.jsonに追加:
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}.codex/config.tomlに追加:
[mcpServers.toon-memory]command = "npx"args = ["-y", "toon-memory", "mcp"]Gemini
Section titled “Gemini”.gemini/settings.jsonに追加:
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}~/.config/zed/settings.jsonに追加:
{ "mcp_servers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Antigravity
Section titled “Antigravity”.gemini/config/mcp_config.jsonに追加:
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}KiloCode
Section titled “KiloCode”~/.kilocode/mcp_settings.jsonに追加:
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}OpenClaw
Section titled “OpenClaw”.openclaw.jsonに追加:
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}.kiro/settings/mcp.jsonに追加:
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}