-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
49 lines (49 loc) · 1.01 KB
/
opencode.json
File metadata and controls
49 lines (49 loc) · 1.01 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"context7": {
"type": "local",
"command": ["npx", "-y", "@upstash/context7-mcp"],
"enabled": true,
"environment": {
"CONTEXT7_API_KEY": "YOUR_API_KEY_HERE"
}
},
"promptx": {
"type": "local",
"command": [
"npx",
"-y",
"-f",
"--registry",
"https://registry.npmjs.org",
"dpml-prompt@beta",
"mcp-server"
],
"enabled": true
},
"shadcn": {
"type": "remote",
"url": "https://www.shadcn.io/api/mcp",
"enabled": true
},
"markitdown": {
"type": "local",
"command": [
"docker",
"run",
"--rm",
"-i",
"-v",
"F:/projects/election-pulse:/data",
"markitdown-mcp:latest"
],
"enabled": true
},
"neon": {
"type": "local",
"command": ["npx", "-y", "mcp-remote", "https://mcp.neon.tech/mcp"],
"enabled": true
}
}
}