Skip to content

add MCP server badge #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ An MCP server that implements branch-based thought navigation, with support for:
This is based on the `sequential-thinking` tool available here:
https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking

<a href="https://glama.ai/mcp/servers/@ssdeanx/branch-thinking">
<img width="380" height="200" src="https://glama.ai/mcp/servers/@ssdeanx/branch-thinking/badge" alt="Thought Space - Advanced Branch-Thinking Tool MCP server" />
</a>
Comment on lines +13 to +15

Choose a reason for hiding this comment

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

medium

The hardcoded width="380" may cause the image to overflow its container on viewports narrower than 380px (common on mobile devices), leading to horizontal scrolling. Consider using a smaller width to improve responsiveness.

Suggested change
<a href="https://glama.ai/mcp/servers/@ssdeanx/branch-thinking">
<img width="380" height="200" src="https://glama.ai/mcp/servers/@ssdeanx/branch-thinking/badge" alt="Thought Space - Advanced Branch-Thinking Tool MCP server" />
</a>
<a href="https://glama.ai/mcp/servers/@ssdeanx/branch-thinking"><img width="320" height="168" src="https://glama.ai/mcp/servers/@ssdeanx/branch-thinking/badge" alt="Thought Space - Advanced Branch-Thinking Tool MCP server" /></a>


## Features

- **Branch Management**: Create and navigate between different lines of thought
Expand Down Expand Up @@ -50,4 +54,4 @@ If you want to use this tool without being prompted, add to either your Claude P
_If I ask you to "think step by step," "think before you respond," or "use chain of thought," that means use the branch-thinking tool. Don't hesitate to use the branch-thinking tool on your own if you think your response would benefit from multiple steps._

## Credits
I can't pretend that I wrote most of this code. Most of it was generated by Claude. The concept was my own, and so were testing, fixes, and implementation.
I can't pretend that I wrote most of this code. Most of it was generated by Claude. The concept was my own, and so were testing, fixes, and implementation.