kuucode.json•765 B
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"moidvk": {
"type": "local",
"command": ["moidvk", "serve"]
},
"sequential-thinking": {
"type": "local",
"command": ["npx", "-y", "@modelcontextprotocol/server-sequential-thinking"]
},
"kb-mcp": {
"type": "local",
"command": ["kb", "serve", "--local"]
},
"fork-parity": {
"type": "local",
"command": ["fork-parity-mcp"],
"environment": {
"UPSTREAM_REMOTE_NAME": "upstream",
"UPSTREAM_BRANCH": "main",
"REPO_PATH": "/home/moika/Documents/code/parity-mcp"
}
}
}
}