PluginBench
MCP Server

Elicitly Pro MCP Server

ai.elicitly/pro

What is the Elicitly Pro MCP server?

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

How to install Elicitly Pro

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "pro": {
      "url": "https://mcp.elicitly.ai/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "pro": {
      "serverUrl": "https://mcp.elicitly.ai/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "pro": {
      "type": "http",
      "url": "https://mcp.elicitly.ai/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "pro": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.elicitly.ai/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http pro https://mcp.elicitly.ai/mcp

Related MCP servers

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

1
TypeScript
Apache-2.0
View repository →