1. Conduid
  2. Agents
  3. Cursor Acp
MCP server · Agents

Cursor Acp

Cursor ACP wrapper (defunct)

34Low

Scored 5 months ago · breakdown

About Cursor Acp

Cursor Acp is an MCP server in the Agents category: cursor ACP wrapper (defunct). It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/haliphax-openclaw/cursor-acp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Cursor Acp

Powered by Claude · Grounded in docs

I know everything about Cursor Acp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

⚠️ This project does not support persistent sessions. Development halted indefinitely. See #1. ⚠️

Cursor ACP Wrapper

A Node.js wrapper script for integrating the Cursor AI development agent with OpenClaw's ACP (Agent Control Protocol) runner (acpx).

Purpose

The wrapper intercepts the standard input/output streams between OpenClaw and the Cursor agent binary (/home/node/.local/bin/agent acp) to transparently manage:

  • Authentication: Injects a cursor_login authentication payload before establishing a new session.
  • Session Mapping: Intercepts session/load and session/new requests, seamlessly tracking and mapping OpenClaw's requested sessionId to Cursor's internally generated sessionId.
  • Message Queuing: Buffers incoming prompts until the session initialization finishes.

Logging

Debugging output (traffic dumps like IN_FROM_ACPX, OUT_TO_CURSOR) is optional and disabled by default.

To enable logging, you must set the CURSOR_ACP_WRAPPER_LOG environment variable to the absolute path of the desired log file (e.g., /tmp/cursor-acp.log).

Usage

This script is meant to be configured as the command for the cursor agent in your ~/.acpx/config.json. You can optionally supply the env block to enable logging.

{
  "defaultAgent": "cursor",
  "defaultPermissions": "approve-all",
  "agents": {
    "cursor": {
      "command": "/path/to/cursor-acp-wrapper/cursor-acp-wrapper.js",
      "runtime": "acp",
      "description": "Cursor AI development agent (Wrapped)",
      "env": {
        "CURSOR_ACP_WRAPPER_LOG": "/tmp/cursor-acp.log"
      }
    }
  }
}

Make sure the script is executable:

chmod +x cursor-acp-wrapper.js

License

This project is licensed under the Public Domain (Unlicense).

README mirrored from the source repository 5 months ago. The original is authoritative.

Questions

About Cursor Acp

How do I install Cursor Acp?

Run git clone https://github.com/haliphax-openclaw/cursor-acp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Cursor Acp safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Cursor Acp still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.