-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mcp.json
More file actions
27 lines (27 loc) · 899 Bytes
/
.mcp.json
File metadata and controls
27 lines (27 loc) · 899 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
{
"mcpServers": {
"memory": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-memory"],
"env": {
"MEMORY_FILE_PATH": "D:/Projects/m96-chan/PyGPUkit/.claude/memory.jsonl"
}
},
"sequential-thinking": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-sequential-thinking"]
},
"sqlite": {
"command": "cmd",
"args": ["/c", "npx", "-y", "mcp-server-sqlite-npx", "D:/Projects/m96-chan/PyGPUkit/.claude/benchmarks.db"]
},
"git": {
"command": "uvx",
"args": ["mcp-server-git", "--repository", "D:/Projects/m96-chan/PyGPUkit"]
},
"serena": {
"command": "uvx",
"args": ["--from", "git+https://github.com/oraios/serena", "serena", "start-mcp-server", "--context", "claude-code", "--project", "D:/Projects/m96-chan/PyGPUkit"]
}
}
}