llm-kb
← Back to social
Community

Developer discovers undocumented Cursor extension API and clipboard format for MCP integration

A developer found that a Cursor extension can register an MCP server directly into the editor using the undocumented `docs/extension-api` API, and can paste node UI elements as interactive 'Pill Blocks' via the `application/x-lexical-editor` clipboard format. This reveals deeper extensibility in Cursor beyond its documented capabilities.

1 engagement·1 source·Mon, Jul 13, 2026, 03:07 AM
On July 13, 2026, a Reddit user reported that a Cursor extension can register an MCP server into the editor, likely via the `docs/extension-api` endpoint. Additionally, the extension copies node UI elements and pastes them as 'Pill Blocks' in the input box, using the clipboard format `application/x-lexical-editor` with commands like `u/Use Pencil mcp tools.Cu`. The discovery highlights undocumented APIs and clipboard formats that enable deeper integration, potentially allowing developers to build more powerful extensions for Cursor.

Entities

Cursor(tool)MCP(concept)docs/extension-api(concept)application/x-lexical-editor(concept)

Related

ProductSat, Jul 11, 2026, 05:25 PM

Local MCP labor hub for delegating work to models and tools

Chinvat is a free, open-source local MCP labor hub for Windows that provides a single server for MCP-capable coordinators (e.g., Claude Code, Claude Desktop, Codex, Cursor, Hermes) to delegate work to local models, remote specialist models, Windows itself, and communication/publishing channels. It includes a persistent job queue, artifacts, and a policy layer that decides what crosses the bridge, solving the problem of managing multiple connections and tools from a single interface.

9 engagement·1 source·reddit
ProductSat, Jul 11, 2026, 08:38 AM

Wigolo: MCP server giving LLM coding tools live web access with crawling and caching

Wigolo is an open-source MCP server that runs locally and provides LLM coding tools (Claude Code, Cursor, Codex, Gemini CLI) with ten web tools: multi-engine search with reranking, page fetching for JavaScript-heavy sites and PDFs, whole-docs-site crawling, structured extraction, and persistent local caching. It solves the problem of LLMs relying on stale training data by giving them real-time web access.

4 engagement·1 source·reddit
ProductSat, Jul 11, 2026, 05:08 PM

Chinvat: local MCP labor hub for governed multi-model task delegation

Chinvat is a free, open-source local MCP labor hub for Windows that allows any MCP-capable coordinator (e.g., Claude Code, Claude Desktop, Codex, Cursor, Hermes) to delegate work to local models, remote specialist models, Windows itself, and communication/publishing channels. It provides a persistent job queue, artifacts, and a policy layer that governs what crosses the bridge, solving the problem of managing multiple AI models and tools from a single governed interface.

5 engagement·1 source·reddit
ProductSat, Jul 11, 2026, 05:23 AM

Local semantic memory for coding agents with Telegram bot and cron playbooks

memgrep is a local semantic memory system for coding agents that stores reusable playbooks in a SQLite + HNSW database with on-device embeddings. It includes a Telegram bot that drives a Cursor agent against a project folder, and supports cron-scheduled playbooks to avoid reinventing workflows. The tool solves the problem of LLMs rediscovering procedures and burning tokens on repetitive tasks.

1 engagement·1 source·reddit
ProductSun, Jul 12, 2026, 11:23 AM

AI coding agent creates real cloud infra behind dry-run + confirm

An MCP tool plugin for AI coding agents (Claude Code, Cursor) that provisions real cloud infrastructure (databases, auth, storage, hosting) on the user's cloud account. The agent creates projects, wires keys, and writes integration code, but requires a dry-run preview and explicit confirmation before any paid resource is created. Solves the trust and cost-control problem of letting AI directly manage cloud resources.

6 engagement·1 source·reddit