Skip to content

docs: add Cursor Cloud environment setup notes - #6

Draft
VirusPC wants to merge 1 commit into
mainfrom
cursor/cloud-env-setup-e7a5
Draft

docs: add Cursor Cloud environment setup notes#6
VirusPC wants to merge 1 commit into
mainfrom
cursor/cloud-env-setup-e7a5

Conversation

@VirusPC

@VirusPC VirusPC commented Aug 23, 2026

Copy link
Copy Markdown
Owner

Summary

Sets up the Cloud Agent development environment for this repo and documents durable, non-obvious caveats for future agents. The only code change is an addition to AGENTS.md (a new ## Cursor Cloud specific instructions section); no application code, lockfiles, or scripts were modified.

This repo contains two independent projects (the root README.md has a committed merge conflict describing both):

  • Edges pnpm workspace — primary product; the runnable service is the new-note MCP server (extensions/mcp-servers/new-note).
  • claude-agent-sdk-test — secondary Python starter.

What was installed

  • Node deps via pnpm install (workspace). Note: pnpm-lock.yaml pins a private registry (artifactory.devops.xiaohongshu.com) that is unreachable from Cloud for a few packages; those tarballs were seeded from public npm so the snapshot's node_modules is complete. pnpm install is now a no-op on future boots.
  • Python deps via pip install --user -e ..

Verification (all green)

Service Lint Build Test Run / Hello-world
new-note MCP server not configured (no lint tooling) pnpm -r run build (tsc) ✓ node --test --import tsx test/*.test.ts → 9/9 ✓ pnpm dev:note-server (tsx, HTTP :3000); called new_note via MCP client → created + committed a note ✓
claude-agent-sdk-test (Python) n/a n/a python3 -m unittest discover -s tests → 2/2 ✓ CLI agent needs Anthropic creds (not required for tests)

The hello-world exercised the server's core purpose: an MCP client called the new_note tool over Streamable HTTP, which ran the ingest script and created/committed knowledge/notes/…md — sandboxed to a scratch repo with EDGES_DRY_RUN=true so the real repo was untouched.

Environment setup evidence log

Update script

  • pnpm install --prefer-offline
  • pip install --user -e .

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

Document the new-note MCP server run/build/test caveats, the
unreachable private npm registry pinned in the lockfile, and safe
sandboxing for the new_note tool for future cloud agents.

Co-authored-by: Cursor Cloud Agent <cloud-agent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants