Score breakdown
Popularity is tracked separately. Support, ads, sponsorships, and tips never affect these signals.
Why it matters
Most coding-agent developers today who want their agent to plug into a code editor (Zed / VS Code / JetBrains) have been either (a) writing custom JSON-RPC bridges per editor (no canonical protocol), (b) reaching for non-standard integrations like stdin / stdout file-watch that require custom agent-side code, or (c) maintaining separate transport layers per editor.
Who should use it
Who should skip it
Consider ACP: Apache-2.0 Open Standard (Current Stable v1) for Connecting Any Code Editor to Any Coding Agent (JSON-RPC, 5 SDKs) lower priority if you already have a working solution in this category.
About this signal
ACP: Apache-2.0 Open Standard (Current Stable v1) for Connecting Any Code Editor to Any Coding Agent (JSON-RPC, 5 SDKs) is tracked by RepoRadar as an AI project in the Radar section. First seen 2026-07-08; the source record was last checked on 2026-07-08. The current verdict is 'try now' with a Gold tier and moderate setup difficulty. Across RepoRadar's eight signals, ACP: Apache-2.0 Open Standard (Current Stable v1) for Connecting Any Code Editor to Any Coding Agent (JSON-RPC, 5 SDKs) is strongest on workflow potential (10.0) and practical usefulness (9.0) and weakest on setup ease (6.4) — a profile worth weighing against your own priorities. This page summarizes the public evidence on the linked source page and states where additional review is still needed.
How this item is evaluated
The ACP: Apache-2.0 Open Standard (Current Stable v1) for Connecting Any Code Editor to Any Coding Agent (JSON-RPC, 5 SDKs) record combines a 9.0/10 composite score with separate popularity (0.0), risk (low), and setup (moderate) signals. See the scoring methodology for the current weights and evidence definitions.
Putting this into practice? Read How to vet an AI agent or MCP server before you wire it in for the checklist behind this score.
Risk explanation
The 3; 600* / 296-fork / 16-subscriber repo is at active maintenance with the protocol v1 stable but the consumer SHOULD note the project is a protocol + SDK bundle (not a single binary); so adoption requires integrating one of the 5 SDKs (Rust / Kotlin / Java / Python / TypeScript) into an existing editor or agent -- not a drop-in install; the consumer SHOULD note the protocol is JSON-RPC over stdio / WebSocket.