Files
2025-11-30 08:46:47 +08:00

48 lines
1.1 KiB
JSON

{
"mcpServers": {
"Check": {
"command": "npx",
"args": [
"-y",
"@pv-bhat/vibe-check-mcp",
"start",
"--stdio"
]
},
"context7": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp@latest"
]
},
"ast-grep": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/ast-grep/ast-grep-mcp",
"ast-grep-server"
]
},
"sequentialthinking-tools": {
"command": "npx",
"args": [
"mcp-sequentialthinking-tools"
]
},
"actor-critic-thinking": {
"command": "npx",
"args": [
"-y",
"mcp-server-actor-critic-thinking"
]
},
"shannon-thinking": {
"command": "npx",
"args": [
"-y",
"server-shannon-thinking@latest"
]
}
}
}