Add Savee remote MCP server - #1501
Open
ramonfritsch wants to merge 1 commit into
Open
Conversation
blkt
requested changes
Aug 28, 2026
blkt
left a comment
There was a problem hiding this comment.
Thanks for the submission, and for the thorough README — the tool docs and the OAuth write-up made this easy to verify. I confirmed the endpoint is live and speaks MCP properly (correct WWW-Authenticate challenge and valid /.well-known/oauth-protected-resource), and all seven declared tools match your docs exactly.
A few things to sort out before this can merge — all mechanical:
descriptionis too long. It's 132 chars; the schema caps it at 100, sotask catalog:validatecurrently fails on this entry. Something likeRead-only hosted MCP for Savee: saves, boards, feed, and search of its curated library.(86) would fit.- Namespace. This registry normalizes every entry to
io.github.stacklok/<name>, so please useio.github.stacklok/savee. Your upstreamcom.savee/saveename is correct for the MCP registry — it's just a different convention here. - Icon. Needs a top-level
iconsblock plus anicon.svgcommitted alongsideserver.json:"icons": [ { "src": "https://raw.githubusercontent.com/stacklok/toolhive-registry/main/registries/toolhive/servers/savee/icon.svg", "mimeType": "image/svg+xml", "sizes": ["any"] } ]
overviewis missing from the_metaextension block — a## Savee MCP Serverheading followed by 3–5 sentences. Seeregistries/toolhive/servers/canva/server.jsonfor the shape.
Two optional notes: it'd be worth mentioning in the overview that the service needs an active Savee subscription, and since you're the platform owner you're welcome to set tier: Official if you'd prefer — Community is perfectly fine too.
Happy to re-review as soon as you've pushed. Thanks again!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Savee is a curated visual inspiration library. This adds the hosted Streamable HTTP MCP (https://mcp.savee.com/mcp, OAuth 2.1 + PKCE, read-only) using the official registry name com.savee/savee. Docs: https://docs.savee.com/mcp