From 432a11d289bd756ec759e44d2f64b9068fb1ec47 Mon Sep 17 00:00:00 2001 From: jelveh Date: Fri, 12 Jun 2026 16:37:53 +0200 Subject: [PATCH] Add Cursor MCP docs and icons --- src/docs/src/assets/js/example.js | 2 ++ src/docs/src/mcp.md | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/src/docs/src/assets/js/example.js b/src/docs/src/assets/js/example.js index c07010125..57d384827 100644 --- a/src/docs/src/assets/js/example.js +++ b/src/docs/src/assets/js/example.js @@ -19,6 +19,8 @@ const icons = { codex_active: '', opencode_outline: '', opencode_active: '', + cursor_outline: '', + cursor_active: '', }; $(document).ready(function () { diff --git a/src/docs/src/mcp.md b/src/docs/src/mcp.md index c83803f87..ddfc21316 100644 --- a/src/docs/src/mcp.md +++ b/src/docs/src/mcp.md @@ -12,6 +12,7 @@ The Puter MCP server is hosted at [mcp.puter.com](https://mcp.puter.com). There'
Claude Code
Codex
+
Cursor
OpenCode
@@ -39,6 +40,24 @@ You'll be sent to authenticate with Puter automatically. +
+ +Add Puter to the `mcpServers` section of your [Cursor MCP config](https://cursor.com/docs/mcp). Use `~/.cursor/mcp.json` to enable it everywhere, or `.cursor/mcp.json` in a project to scope it there: + +```json +{ + "mcpServers": { + "puter": { + "url": "https://mcp.puter.com/" + } + } +} +``` + +Cursor handles the OAuth flow automatically. Open **Cursor Settings → MCP** and click the login button next to the `puter` server to authenticate with Puter. + +
+
Add Puter to the `mcp` section of your [OpenCode config](https://opencode.ai/docs/mcp-servers/) (`opencode.json` in your project, or `~/.config/opencode/opencode.json` globally):