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.
Entities
Related
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.
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.
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.
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.
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.

