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 asks a locally authenticated Claude Code model for an independent second opinion.
It provides three MCP tools:
askstarts a persistent asynchronous Claude Fable or Opus job;ask_statusreports progress and returns the final answer;cancel_askexplicitly cancels a job.
For repository reviews, ask accepts an explicit absolute workspace. Claude
runs from that directory with only the built-in Read, Glob, and Grep
tools. It cannot run shell commands or edit files. Without workspace, Claude
receives no tools.
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 thread after installation so the new skill and MCP tool schema are loaded.
Related MCP server: claude-cli-mcp
Requirements
Codex with plugin support;
Node.js 22 or newer;
Claude Code installed at
~/.local/bin/claude, orCLAUDE_ASK_CLIset to another executable;an authenticated Claude Code session.
Security model
The prompt is transferred over stdin, never argv or environment variables.
Job directories use mode
0700; job files use0600.Workspace access is explicit per job and canonicalized before launch.
Workspace jobs expose only
Read,Glob, andGrep.There is no automatic elapsed-time or idle timeout.
Jobs survive an MCP server restart and are retained for 24 hours by default.
At most four jobs run concurrently by default.
See the plugin documentation for protocol and configuration details.
Development
npm testThe default test uses a fake Claude executable and consumes no model usage. An explicit live smoke test is available after Claude authentication:
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.
Latest Blog Posts
- 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