opencode-config-full.json•847 B
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"goose-subagents": {
"type": "local",
"command": ["node", "C:\\Users\\adam0\\projects\\New folder\\src\\index.js"],
"enabled": true,
"environment": {
"ALPHA_FEATURES": "true"
}
},
"memory": {
"type": "local",
"command": ["npx", "-y", "@modelcontextprotocol/server-memory"],
"enabled": true,
"environment": {
"MEMORY_FILE_PATH": "memory.json"
}
},
"sequential-thinking": {
"type": "local",
"command": ["npx", "-y", "@modelcontextprotocol/server-sequential-thinking"],
"enabled": true
},
"filesystem": {
"type": "local",
"command": ["npx", "-y", "@modelcontextprotocol/server-filesystem", "C:\\Users\\adam0\\projects"],
"enabled": true
}
}
}