Initial commit
This commit is contained in:
48
mcp.json
Normal file
48
mcp.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user