feat(mcp): add more servers

* `github`
* `memoby-bank`
* `sequential-thinking`
This commit is contained in:
2025-07-29 19:41:33 -03:00
parent 4f52ca3f7c
commit d045cfe8ad

View File

@@ -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": []
}