-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.jsonc
More file actions
29 lines (29 loc) · 1.6 KB
/
opencode.jsonc
File metadata and controls
29 lines (29 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"Clerk": {
"type": "local",
"command": ["npx", "-y", "mcp-remote", "https://mcp.clerk.com/mcp"]
},
"shadcn": {
"type": "local",
"command": ["npx", "shadcn@latest", "mcp"]
},
"context7": {
"type": "remote",
"url": "https://mcp.context7.com/mcp"
},
"jetbrains": {
"type": "local",
"environment": {
"IJ_MCP_SERVER_PORT": "64342"
},
"command": [
"/Users/yehor/Applications/WebStorm.app/Contents/jbr/Contents/Home/bin/java",
"-classpath",
"/Users/yehor/Applications/WebStorm.app/Contents/plugins/mcpserver/lib/mcpserver-frontend.jar:/Users/yehor/Applications/WebStorm.app/Contents/lib/util-8.jar:/Users/yehor/Applications/WebStorm.app/Contents/lib/module-intellij.libraries.ktor.client.cio.jar:/Users/yehor/Applications/WebStorm.app/Contents/lib/module-intellij.libraries.ktor.client.jar:/Users/yehor/Applications/WebStorm.app/Contents/lib/module-intellij.libraries.ktor.network.tls.jar:/Users/yehor/Applications/WebStorm.app/Contents/lib/module-intellij.libraries.ktor.io.jar:/Users/yehor/Applications/WebStorm.app/Contents/lib/module-intellij.libraries.ktor.utils.jar:/Users/yehor/Applications/WebStorm.app/Contents/lib/module-intellij.libraries.kotlinx.io.jar:/Users/yehor/Applications/WebStorm.app/Contents/lib/module-intellij.libraries.kotlinx.serialization.core.jar:/Users/yehor/Applications/WebStorm.app/Contents/lib/module-intellij.libraries.kotlinx.serialization.json.jar",
"com.intellij.mcpserver.stdio.McpStdioRunnerKt"
]
}
}
}