Skip to content

update supermemory mcp docs - #1408

Merged
graphite-app[bot] merged 1 commit into
mainfrom
Prasanna721/run-mcp-docs-pr
Aug 4, 2026
Merged

update supermemory mcp docs#1408
graphite-app[bot] merged 1 commit into
mainfrom
Prasanna721/run-mcp-docs-pr

Conversation

@Prasanna721

@Prasanna721 Prasanna721 commented Aug 4, 2026

Copy link
Copy Markdown
Member

Updates the Supermemory MCP docs for the revamped tool, space, widget, and OAuth flows.

  • adds a screenshot-backed ChatGPT Web setup guide with light and dark variants
  • refreshes the overview, setup, tools, spaces, and widget docs
  • keeps manual JSON configuration in a dropdown

Tested all four local MCP docs routes and image references.

for mcp image light mode -> dark mode images and dark mode has light mode (since the background was blending in i made this way to refocus user attention on the screenshots)

@mintlify

mintlify Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
supermemory 🟢 Ready View Preview Aug 4, 2026, 2:09 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@claude

claude Bot commented Aug 4, 2026

Copy link
Copy Markdown

Claude finished @Prasanna721's task in 1m 16s —— View job


Review Complete

  • Analyzing PR context and changes
  • Getting full diff and reviewing changes
  • Checking for bugs, security issues, and logic errors
  • Submitting review

Summary: Documentation-only PR that adds a ChatGPT Web setup guide, refreshes the MCP overview/setup/widget docs, and adds 22 new screenshots. No bugs, security issues, or logic errors found. Ready to ship.

Comment on lines +94 to +103
<img
className="hidden dark:block"
src="/images/supermemory-mcp/widgets/select-space.png"
alt="Supermemory MCP searchable space picker"
/>
<img
className="block dark:hidden"
src="/images/supermemory-mcp/widgets/select-space-dark.png"
alt="Supermemory MCP searchable space picker"
/>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dark and light mode images are swapped. In dark mode (hidden dark:block), the light image is shown, and in light mode (block dark:hidden), the dark image is shown.

Fix by swapping the image sources:

<img
  className="hidden dark:block"
  src="/images/supermemory-mcp/widgets/select-space-dark.png"
  alt="Supermemory MCP searchable space picker"
/>
<img
  className="block dark:hidden"
  src="/images/supermemory-mcp/widgets/select-space.png"
  alt="Supermemory MCP searchable space picker"
/>
Suggested change
<img
className="hidden dark:block"
src="/images/supermemory-mcp/widgets/select-space.png"
alt="Supermemory MCP searchable space picker"
/>
<img
className="block dark:hidden"
src="/images/supermemory-mcp/widgets/select-space-dark.png"
alt="Supermemory MCP searchable space picker"
/>
<img
className="hidden dark:block"
src="/images/supermemory-mcp/widgets/select-space-dark.png"
alt="Supermemory MCP searchable space picker"
/>
<img
className="block dark:hidden"
src="/images/supermemory-mcp/widgets/select-space.png"
alt="Supermemory MCP searchable space picker"
/>

Spotted by Graphite

Fix in Graphite


Is this helpful? React 👍 or 👎 to let us know.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did it to make it more visible for the users

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 4, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
supermemory-mcp 4d86b72 Aug 04 2026, 08:00 PM

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 4, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
supermemory-app 4d86b72 Commit Preview URL

Branch Preview URL
Aug 04 2026, 08:03 PM

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overview: Adds a ChatGPT Web setup guide with screenshots, refreshes the MCP overview/setup/widget docs, and expands the tools table for the revamped API.

Issues found: None — this looks good to ship.

Reviewed for bugs, broken links, security issues, and logic errors. This is a documentation-only PR with valid MDX structure, proper image paths, and clean navigation changes. The dark/light mode image swap in the widgets section was intentionally chosen by the author for visibility contrast (per the existing comment thread).

Score: 10/10

@Prasanna721
Prasanna721 requested a review from ThakerKush August 4, 2026 19:46
@graphite-app

graphite-app Bot commented Aug 4, 2026

Copy link
Copy Markdown

Merge activity

Updates the Supermemory MCP docs for the revamped tool, space, widget, and OAuth flows.

- adds a screenshot-backed ChatGPT Web setup guide with light and dark variants
- refreshes the overview, setup, tools, spaces, and widget docs
- keeps manual JSON configuration in a dropdown

Tested all four local MCP docs routes and image references.

for mcp image light mode -> dark mode images and dark mode has light mode (since the background was blending in i made this way to refocus user attention on the screenshots)
@graphite-app
graphite-app Bot force-pushed the Prasanna721/run-mcp-docs-pr branch from 0cfd491 to 4d86b72 Compare August 4, 2026 19:58
@graphite-app
graphite-app Bot merged commit 4d86b72 into main Aug 4, 2026
9 of 10 checks passed
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