Wisepanel MCP Server

The decision-intelligence layer between frontier models and high-consequence decisions. Its README documents 7 tools, including wisepanel_start, wisepanel_magic_prompt, wisepanel_poll. It runs locally over stdio via the published package.

People connecting search tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-10 · ★ 2 · #22 OF 47 MAINTAINED SEARCH · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Wisepanel

before you install - you'll need

Set WISEPANEL_API_KEY before connecting.

Claude Code

claude mcp add ikoskela-wisepanel-mcp -- npx -y wisepanel-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "ikoskela-wisepanel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wisepanel-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package wisepanel-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.ikoskela is GitHub-verified and matches the repo owner

03 · What Wisepanel can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can start a deliberation. Convenes a panel of AI models to debate a question from assigned perspectives. Returns run_id immediately, retrieve full results of a completed deliberation. Only needed if you didn't poll it live, cancel a running deliberation, and publish a completed deliberation to the Wisepanel Commons. Makes it publicly viewable and shareable.

The 7 tools it gives your agent

Extracted from the project's README - what Wisepanel lets an agent do.

wisepanel_start
- Start a deliberation. Convenes a panel of AI models to debate a question from assigned perspectives. Returns run_id immediately.
wisepanel_magic_prompt
- Rewrite a question to remove framing that would bias the panel toward a predetermined
wisepanel_poll
- Long-polls a running deliberation (waits up to 15s for new events). Returns panelist responses as they arrive.
wisepanel_result
- Retrieve full results of a completed deliberation. Only needed if you didn't poll it live.
wisepanel_cancel
- Cancel a running deliberation.
wisepanel_publish
- Publish a completed deliberation to the Wisepanel Commons. Makes it publicly viewable and shareable.
wisepanel_list_runs
- List all deliberation runs in the current session.

Latest releases

v1.1.0 · 2026-03-17

What's New · Added context_file parameter for large payload support - pass context via file path instead of inline string to handle payloads that exceed CLI argument limits · Version bump to match npm package · Install…

04 · Who maintains Wisepanel

Wisepanel is maintained by ikoskela. We track 2 MCP servers from ikoskela - 2 actively maintained, 2 combined GitHub stars, oldest repo from Feb 2026.

05 · Facts

category
search - ranked #22 of 47 actively-maintained search servers as of 2026-08-25.
registry
io.github.ikoskela/wisepanel-mcp (active, first published 2026-02-23)
packages
npm:wisepanel-mcp

06 · Wisepanel FAQ

Is Wisepanel still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-10. We re-verify nightly.

What can Wisepanel do?

With this server connected, an agent can start a deliberation. Convenes a panel of AI models to debate a question from assigned perspectives. Returns run_id immediately, retrieve full results of a completed deliberation. Only needed if you didn't poll it live, cancel a running deliberation, and publish a completed deliberation to the Wisepanel Commons. Makes it publicly viewable and shareable.

How do I install Wisepanel?

Run `npx -y wisepanel-mcp`. The README documents one environment variable (WISEPANEL_API_KEY) to set first. Set WISEPANEL_API_KEY before connecting. You can also paste the ready-made client config above.

Does Wisepanel run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Wisepanel

More search MCP servers · Web Search · Argus Retrieval · Landed · Agent Search MCP · Libre Justice

More TypeScript MCP servers · Workfile · Aegis Protocol · Financial Modeling Prep MCP Server · Dossier · Probe · see all