Files
opencode-config/snippet/mcp.jsonc
2026-01-12 12:16:02 +08:00

22 lines
500 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"context7": {
"type": "remote",
"url": "https://mcp.context7.com/mcp"
},
"deepwiki": {
"type": "remote",
"url": "https://mcp.deepwiki.com/mcp"
},
"sequential-thinking": {
"type": "local",
"command": ["bunx", "@modelcontextprotocol/server-sequential-thinking"]
},
"memory": {
"type": "local",
"command": ["bunx", "@modelcontextprotocol/server-memory"]
}
}
}