Multi-agent deliberation across Claude, Gemini, and Perplexity. Stream and publish.
claude mcp add wisepanel-mcp -- npx -y wisepanel-mcp
claude_desktop_config.json
{
"mcpServers": {
"wisepanel-mcp": {
"command": "npx",
"args": [
"-y",
"wisepanel-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"wisepanel-mcp": {
"command": "npx",
"args": [
"-y",
"wisepanel-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"wisepanel-mcp": {
"command": "npx",
"args": [
"-y",
"wisepanel-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"wisepanel-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wisepanel-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"wisepanel-mcp": {
"command": "npx",
"args": [
"-y",
"wisepanel-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.ikoskela--wisepanel-mcp/reviews or the review_server meta-tool.
POST /mcp