docs: show how to add the MCP server to Claude - #86
Merged
Conversation
The README gave a JSON blob and left readers to work out where it goes. Lead with the `claude mcp add` one-liner instead, keep the JSON for Desktop and other clients, and say the two things people trip on: scope, and that a running session will not pick the server up until it restarts. Drops the "7-day" claim on the token, which the docs should not promise while the api does not enforce it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
The MCP section gave a JSON blob with no indication of where it goes. This leads with the
claude mcp addone-liner and keeps the JSON for Desktop and other clients.Adds the parts people actually trip on:
--scope uservs per-project, and how to verify withclaude mcp list${ETHUI_STACKS_TOKEN}expansion, so the token need not sit in the config fileurlat a self-hosted instance, where no header is needed at allAlso drops the "7-day JWT" wording. The token does carry a 7-day
exp, but the api does not currently enforce it, so the README should not promise it.Docs only, no code changes.
🤖 Generated with Claude Code