Spec-driven dev workflow MCP: start_* orchestration, memory, GitNexus, quality gates.
claude mcp add mcp-probe-kit -- npx -y mcp-probe-kit
claude_desktop_config.json
{
"mcpServers": {
"mcp-probe-kit": {
"command": "npx",
"args": [
"-y",
"mcp-probe-kit"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-probe-kit": {
"command": "npx",
"args": [
"-y",
"mcp-probe-kit"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-probe-kit": {
"command": "npx",
"args": [
"-y",
"mcp-probe-kit"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-probe-kit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-probe-kit"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-probe-kit": {
"command": "npx",
"args": [
"-y",
"mcp-probe-kit"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.mybolide--mcp-probe-kit/reviews or the review_server meta-tool.
POST /mcp