PluginBench
MCP Server
Active
Apache-2.0

ai.elicitly/elicitly MCP Server

ai.elicitly/elicitly

What is the ai.elicitly/elicitly MCP server?

Human-in-the-loop for AI agents over MCP elicitation: confirm/form dialogs plus a capability doctor

How to install ai.elicitly/elicitly

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "elicitly": {
      "command": "npx",
      "args": [
        "-y",
        "elicitly"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "elicitly": {
      "command": "npx",
      "args": [
        "-y",
        "elicitly"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "elicitly": {
      "command": "npx",
      "args": [
        "-y",
        "elicitly"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "elicitly": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "elicitly"
      ]
    }
  }
}
Claude Code
claude mcp add elicitly -- npx -y elicitly

Related MCP servers

Human-in-the-loop for AI agents over MCP: durable approvals with a hosted review page & audit trail