Skip to main content
Glama
elicitly

elicitly

by elicitly

Elicitly — Free Edition

npm — elicitly npm — @elicitly/tools

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?).

Related MCP server: MCP-Confirm

Packages

Package

What it is

elicitly

The local stdio MCP server (npx -y elicitly)

@elicitly/tools

Embeddable 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 typecheck    # tsc
pnpm check        # biome

License

Apache-2.0

A
license - permissive license
-
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
4Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    C
    quality
    D
    maintenance
    A demonstration server that showcases how to collect user input dynamically using the Model Context Protocol (MCP) elicitation system across tools, resources, and prompts.
    Last updated
    10
    62,538
    Inno Setup
  • A
    license
    A
    quality
    D
    maintenance
    An MCP server implementing AI-user confirmation protocols, providing tools for LLMs to seek user confirmation when uncertain through yes/no questions, action confirmations, intent clarification, understanding verification, and satisfaction ratings.
    Last updated
    8
    26
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    An MCP server that enables LLMs to ask users questions through a web interface with keyboard shortcuts, supporting single/multiple choice and custom input.
    Last updated
    9
    37
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

  • MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.

  • MCP server for AI dialogue using various LLM models via AceDataCloud

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/elicitly/elicitly'

If you have feedback or need assistance with the MCP directory API, please join our Discord server