Back to Browse

Elicitly MCP Server

Developer ToolsLow Risk9.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (6 strong, 4 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

16 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "ai-elicitly-elicitly": {
      "args": [
        "-y",
        "elicitly"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Elicitly — Free Edition

npm — elicitly npm — @elicitly/tools CI Coverage Docs License: Apache-2.0

Your AI has questions. Your users have answers. Elicitly connects them — human-in-the-loop for prompts and Agent Skills over MCP elicitation.

This repository is the open-source Free Edition: the elicitly local MCP server and the @elicitly/tools library. The hosted Pro Edition — durable approvals with review pages, an audit trail, and organization dashboards — lives at elicitly.ai.

Quick start

Run the local (stdio) MCP server straight from npm — no clone, no config:

npx -y elicitly

Register it in your MCP host (Claude Code shown; any stdio host works):

claude mcp add elicitly -- npx -y elicitly

Then ask your agent to call elicit_confirm ("Ship it?"), elicit_form (your own JSON schema), or elicit_doctor (does this host actually support elicitation?).

Packages

PackageWhat it is
elicitlyThe local stdio MCP server (npx -y elicitly)
@elicitly/toolsEmbeddable toolkit: register the elicitation tools on your own McpServer

Why

MCP has a native answer for asking a human — elicitation — but host support is inconsistent, and only an MCP server can trigger it. Nobody wants to roll their own server just to ask a question. Elicitly is that server (or, via @elicitly/tools, the toolkit inside yours), plus the diagnostic (elicit_doctor) that makes real-world host support visible — feeding the public Support Matrix.

Develop

pnpm install
pnpm build        # tsdown builds both packages
pnpm test         # vitest
pnpm test:coverage # vitest + v8 coverage (thresholds enforced; HTML report in coverage/)
pnpm typecheck    # tsc
pnpm check        # biome

License

Apache-2.0

Reviews

No reviews yet

Be the first to review this server!