수동 MCP 설정
OpenCode
섹션 제목: “OpenCode”프로젝트 수준
섹션 제목: “프로젝트 수준”.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
섹션 제목: “VS Code / Copilot”.vscode/mcp.json에 추가하세요:
{ "servers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Claude Code
섹션 제목: “Claude Code”.claude/settings.json에 추가하세요:
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Cursor
섹션 제목: “Cursor”.cursor/mcp.json에 추가하세요:
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Windsurf
섹션 제목: “Windsurf”~/.codeium/windsurf/mcp_config.json에 추가하세요:
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Cline
섹션 제목: “Cline”.cline/mcp.json에 추가하세요:
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Continue
섹션 제목: “Continue”.continue/config.json에 추가하세요:
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Codex
섹션 제목: “Codex”.codex/config.toml에 추가하세요:
[mcpServers.toon-memory]command = "npx"args = ["-y", "toon-memory", "mcp"]Gemini
섹션 제목: “Gemini”.gemini/settings.json에 추가하세요:
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Zed
섹션 제목: “Zed”~/.config/zed/settings.json에 추가하세요:
{ "mcp_servers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Antigravity
섹션 제목: “Antigravity”.gemini/config/mcp_config.json에 추가하세요:
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}KiloCode
섹션 제목: “KiloCode”~/.kilocode/mcp_settings.json에 추가하세요:
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}OpenClaw
섹션 제목: “OpenClaw”.openclaw.json에 추가하세요:
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}Kiro
섹션 제목: “Kiro”.kiro/settings/mcp.json에 추가하세요:
{ "mcpServers": { "toon-memory": { "command": "npx", "args": ["-y", "toon-memory", "mcp"] } }}