Add charmbracelet crush client integration#403
Merged
jchangx merged 2 commits intodocker:mainfrom Feb 17, 2026
Merged
Conversation
cmrigney
approved these changes
Feb 17, 2026
jchangx
added a commit
to jchangx/mcp-gateway
that referenced
this pull request
Feb 25, 2026
**What I did** Add crush client integration to MCP Toolkit. <img width="1015" height="772" alt="Screenshot 2026-02-13 at 12 35 26 PM" src="https://github.com/user-attachments/assets/6e00e4d4-ded0-4e52-afab-7ac3d75998d2" /> **Testing** * Connected via pinata ``` cat ~/.config/crush/crush.json ─────┬─────────────────────────────────────────────────────────────────────────────────────────────────── │ File: /Users/justin/.config/crush/crush.json ─────┼─────────────────────────────────────────────────────────────────────────────────────────────────── 1 │ {"mcp":{"MCP_DOCKER":{"command":"docker","args":["mcp","gateway","run","--profile","default"],"typ │ e":"stdio"}}} ``` ``` What mcp tools are available ✓ Bash ./bin/docker-mcp tools list stat /Users/justin/Projects/mcp-gateway/bin/docker-mcp: no such file or directory Exit code 127 ✓ Bash docker mcp tools list 2>&1 || make docker-mcp && docker mcp tools list 2>&1 77 tools: - API-create-a-comment - Create A Comment - API-create-a-data-source - Create A Data Source - API-delete-a-block - Delete A Block - API-get-block-children - Get Block Children - API-get-self - Get Self - API-get-user - Get User - API-get-users - Get Users - API-list-data-source-templates - List Data Source Templates - API-move-page - Move Page … (149 lines hidden) [click or space to expand] You have 77 MCP tools available from various servers: ## Gateway Management Tools • mcp-add - Add new MCP server to session • mcp-remove - Remove MCP server from registry • mcp-find - Search for servers in catalog • mcp-exec - Execute a tool in current session • mcp-config-set - Configure MCP server settings • mcp-create-profile - Save current gateway state • mcp-activate-profile - Load a saved profile ## GitHub Tools (~40 tools) • Issue management: create, read, update, comment, search issues • Pull requests: create, read, update, merge, review PRs • Repository: create, fork, search repos • Files: get/create/update/delete files, push changes • Branches/Tags: list, create branches and tags • Releases: list, get releases • Teams: get teams and members • Code search: search code, users, repos ## Notion Tools (~15 tools) • Pages: create, retrieve, update, move, search pages • Blocks: get, update, delete, patch block children • Databases: retrieve database info • Data Sources: create, query, update data sources • Comments: create and retrieve comments • Users: get user info ... ``` * Connected via CLI ``` ❯ docker mcp client connect crush --profile default === Project-wide MCP Configurations (/Users/justin/Projects/mcp-gateway) === ● claude-code: disconnected ● crush: connected MCP_DOCKER: Docker MCP Catalog (gateway server) (stdio) ● cursor: no mcp configured ● kiro: no mcp configured ● vscode: no mcp configured You might have to restart 'crush'. Tip: Your client is now connected! Use docker mcp tools ls to see your available tools ``` **Related issue** <!-- If this is a bug fix, make sure your description includes "fixes #xxxx", or "closes #xxxx" --> **(not mandatory) A picture of a cute animal, if possible in relation to what you did**
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.
What I did
Add crush client integration to MCP Toolkit.
Testing
Related issue
(not mandatory) A picture of a cute animal, if possible in relation to what you did