feat(mcp): add more servers
* `github` * `memoby-bank` * `sequential-thinking`
This commit is contained in:
@@ -28,6 +28,20 @@
|
||||
"mcp-server-git"
|
||||
]
|
||||
},
|
||||
"github": {
|
||||
"command": "docker",
|
||||
"args": [
|
||||
"run",
|
||||
"-i",
|
||||
"--rm",
|
||||
"-e",
|
||||
"GITHUB_PERSONAL_ACCESS_TOKEN",
|
||||
"ghcr.io/github/github-mcp-server"
|
||||
],
|
||||
"env": {
|
||||
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GH_TOKEN}"
|
||||
}
|
||||
},
|
||||
"memory": {
|
||||
"command": "pnpm",
|
||||
"args": [
|
||||
@@ -35,6 +49,20 @@
|
||||
"@modelcontextprotocol/server-memory@latest"
|
||||
]
|
||||
},
|
||||
"memory-bank": {
|
||||
"command": "pnpm",
|
||||
"args": [
|
||||
"dlx",
|
||||
"@allpepper/memory-bank-mcp@latest"
|
||||
]
|
||||
},
|
||||
"sequential-thinking": {
|
||||
"command": "pnpm",
|
||||
"args": [
|
||||
"dlx",
|
||||
"@modelcontextprotocol/server-sequential-thinking@latest"
|
||||
]
|
||||
},
|
||||
"serena": {
|
||||
"command": "uvx",
|
||||
"arg": [
|
||||
@@ -52,4 +80,5 @@
|
||||
]
|
||||
}
|
||||
}
|
||||
"nativeMCPServers": []
|
||||
}
|
||||
|
Reference in New Issue
Block a user