← Index

Wisepanel

io.github.ikoskela/wisepanel-mcp·v1.0.1·AI & LLMs
Quality Score
92
/100

Multi-agent deliberation across Claude, Gemini, and Perplexity. Stream and publish.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "wisepanel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wisepanel-mcp"
      ],
      "env": {
        "WISEPANEL_API_KEY": "<your-wisepanel_api_key>",
        "WISEPANEL_API_URL": "<wisepanel_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "wisepanel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wisepanel-mcp"
      ],
      "env": {
        "WISEPANEL_API_KEY": "<your-wisepanel_api_key>",
        "WISEPANEL_API_URL": "<wisepanel_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y wisepanel-mcp
§02  Environment variables
WISEPANEL_API_KEY
requiredsecret

Your Wisepanel API key. Generate one at wisepanel.ai/settings.

WISEPANEL_API_URL

API base URL. Defaults to https://api.wisepanel.ai

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in AI & LLMs