Skip to main content
Glama

Claude Ask

Claude Ask is an open-source Codex plugin that runs a locally authenticated Claude Code Sonnet 5, Fable, or Opus model as an independent second opinion or full autonomous coding agent.

It provides five persistent asynchronous MCP tools:

  • ask starts a new advisory or workspace-agent job;

  • ask_followup resumes a completed Claude session and forks a new branch;

  • ask_status waits for progress or returns the final result;

  • list_jobs lists recent jobs and recovers lost IDs;

  • cancel_ask explicitly cancels a job and its process tree.

Jobs support a human-readable name, medium | high | xhigh | max effort (high by default), and an optional max_budget_usd ceiling.

Install in Codex

Add this Git repository as a marketplace and install the plugin:

codex plugin marketplace add AbsoluteMode/claude-ask
codex plugin add claude-ask@absolutmode

Start a new Codex task after installing or updating so the skill and MCP tool schemas are reloaded.

Related MCP server: codemcp

Requirements

  • Codex with plugin support;

  • Node.js 22 or newer;

  • Claude Code on PATH or at ~/.local/bin/claude;

  • an authenticated Claude Code session.

Access modes

Without workspace, Claude receives only the supplied question and runs in safe mode with no tools.

With an explicit absolute workspace, Claude runs as a full-access coding agent. Its default tools, shell, file editing, user/project instructions and hooks, network access, and configured MCP servers, skills, and plugins remain available. Interactive permission checks are bypassed because the detached process cannot answer prompts.

The workspace is Claude's working directory and intended task scope, not a hard operating-system sandbox. Only pass trusted workspaces and prompts.

Reliability and privacy

  • Prompts travel over stdin, never argv, environment variables, state, or logs.

  • Job directories use mode 0700; private files use mode 0600.

  • Jobs survive MCP server restarts and remain discoverable through list_jobs.

  • Boot-aware recovery avoids trusting reused PIDs after a machine restart.

  • Cancellation terminates Claude's POSIX process group with SIGTERM → SIGKILL.

  • Stderr is capped at 1 MiB; failures expose at most a 4 KiB diagnostic tail.

  • There is no automatic elapsed-time or idle-time cancellation.

  • Completed plugin job data is retained for 24 hours by default; resumable Claude sessions use Claude Code's normal session storage.

See the plugin documentation for the complete protocol and configuration reference.

Development

npm test
npm run check

The default suite uses a fake Claude executable and consumes no model usage. An authenticated paid/limited-usage smoke test is explicit:

npm run test:live

License

MIT

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

Maintenance

Maintainers
Response time
Release cycle
Releases (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
    A
    quality
    D
    maintenance
    Wraps Claude Code as tools for MCP clients, enabling autonomous coding tasks via a 4-tool lifecycle with session management, async polling, and permission controls.
    4
    115
    17
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Forwards normalized MCP tools to Codex or Claude Code for agentic coding tasks like starting new sessions, continuing existing ones, and checking status.
    1
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    Enables any MCP client to request an independent second opinion from a fresh Claude Code session without blocking, useful for plans, architecture, debugging, security reviews, and final checks.
    24
    MIT

View all related MCP servers

Related MCP Connectors

  • Paid remote MCP for Claude Code skill update gate MCP, structured receipts, audit logs, and reviewer

  • A paid remote MCP for OpenAI Codex agent coordination MCP, built to return verdicts, receipts, usage

  • A paid remote MCP for CodeG, built to return verdicts, receipts, usage logs, and audit-ready JSON.

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/AbsoluteMode/claude-ask'

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