forked from imbytecat/opencode-config
22 lines
500 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|