forked from bobmatnyc/gitflow-analytics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mcp.json
More file actions
30 lines (30 loc) · 722 Bytes
/
Copy path.mcp.json
File metadata and controls
30 lines (30 loc) · 722 Bytes
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
{
"mcpServers": {
"kuzu-memory": {
"type": "stdio",
"command": "kuzu-memory",
"args": [
"mcp"
],
"env": {
"KUZU_MEMORY_PROJECT_ROOT": "/Users/masa/Projects/gitflow-analytics",
"KUZU_MEMORY_DB": "/Users/masa/Projects/gitflow-analytics/.kuzu-memory"
}
},
"mcp-vector-search": {
"type": "stdio",
"command": "uv",
"args": [
"run",
"--directory",
"/Users/masa/Projects/gitflow-analytics",
"mcp-vector-search",
"mcp"
],
"env": {
"PROJECT_ROOT": "/Users/masa/Projects/gitflow-analytics",
"MCP_PROJECT_ROOT": "/Users/masa/Projects/gitflow-analytics"
}
}
}
}