claude-ask
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@claude-askanalyze the performance of the main query in database.py"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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:
askstarts a new advisory or workspace-agent job;ask_followupresumes a completed Claude session and forks a new branch;ask_statuswaits for progress or returns the final result;list_jobslists recent jobs and recovers lost IDs;cancel_askexplicitly 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@absolutmodeStart 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
PATHor 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 mode0600.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 checkThe default suite uses a fake Claude executable and consumes no model usage. An authenticated paid/limited-usage smoke test is explicit:
npm run test:liveLicense
MIT
This server cannot be installed
Maintenance
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
- AlicenseAqualityDmaintenanceWraps Claude Code as tools for MCP clients, enabling autonomous coding tasks via a 4-tool lifecycle with session management, async polling, and permission controls.411517MIT
- Alicense-qualityBmaintenanceForwards normalized MCP tools to Codex or Claude Code for agentic coding tasks like starting new sessions, continuing existing ones, and checking status.1MIT
- Alicense-qualityBmaintenanceEnables Codex to offload expensive code reading, editing, and checking to a worker agent via Claude Code, supporting async jobs and long-running tasks.MIT
- Alicense-qualityAmaintenanceEnables 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.24MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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