forked from rohitg00/agentmemory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
90 lines (90 loc) · 2.34 KB
/
Copy pathopencode.json
File metadata and controls
90 lines (90 loc) · 2.34 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"$schema": "https://opencode.ai/config.json",
"instructions": [
"AGENTS.md",
"CLAUDE.md"
],
"mcp": {
"agentmemory": {
"type": "local",
"enabled": true,
"command": [
"/bin/bash",
"/Users/shintaro/business/AGENT-HUB/scripts/agentmemory-mcp-remote.sh",
"agentmemory"
]
},
"agentmemory-project-router": {
"type": "local",
"enabled": true,
"command": [
"/bin/bash",
"/Users/shintaro/business/AGENT-HUB/scripts/agentmemory-project-router-stdio.sh"
]
},
"ai-worker-mcp": {
"type": "local",
"enabled": true,
"command": [
"/Users/shintaro/business/AGENT-HUB/tools/ai-worker-mcp/bin/ai-worker-mcp"
]
},
"codebase-context-engine": {
"type": "remote",
"enabled": true,
"url": "http://shintaros-mac-mini:8847/mcp",
"headers": {
"X-API-Key": "{env:CODEBASE_CONTEXT_ENGINE_MCP_API_KEY}"
}
},
"jtt-gbrain": {
"type": "local",
"enabled": true,
"command": [
"/bin/bash",
"/Users/shintaro/business/AGENT-HUB/scripts/gbrain-mcp-preregistered-client.sh",
"https://gbrain-mcp.jtt.cafe/mcp",
"GBRAIN_MCP_CLIENT_ID_JTT",
"GBRAIN_MCP_CLIENT_SECRET_JTT"
]
},
"shintaro-gbrain": {
"type": "local",
"enabled": true,
"command": [
"/bin/bash",
"/Users/shintaro/business/AGENT-HUB/scripts/gbrain-mcp-preregistered-client.sh",
"https://gbrain-mcp.jtt.cafe/mcp",
"GBRAIN_MCP_CLIENT_ID_SHINTARO",
"GBRAIN_MCP_CLIENT_SECRET_SHINTARO"
]
},
"status-mcp": {
"type": "remote",
"enabled": true,
"url": "http://shintaros-mac-mini:8839/mcp",
"headers": {
"Authorization": "{env:STATUS_MCP_BEARER_CLAUDE}"
}
},
"stitch": {
"type": "remote",
"enabled": true,
"url": "https://stitch.googleapis.com/mcp",
"headers": {
"X-Goog-Api-Key": "{env:STITCH_API_KEY}"
}
},
"tech-gbrain": {
"type": "local",
"enabled": true,
"command": [
"/bin/bash",
"/Users/shintaro/business/AGENT-HUB/scripts/gbrain-mcp-preregistered-client.sh",
"https://gbrain-mcp.jtt.cafe/mcp",
"GBRAIN_MCP_CLIENT_ID_TECH",
"GBRAIN_MCP_CLIENT_SECRET_TECH"
]
}
}
}