feat(integrations): add Nimble as a Partner MCP Server - #1097
Merged
Conversation
Add Nimble (Nimbleway) to the search integrations catalog as a remote partner MCP server, alongside Tavily. Nimble authenticates with an Authorization: Bearer header, so the detail page documents Arcade's Advanced settings custom-header and header-secret flow rather than a URL-embedded API key. - Add Nimble entry to the partner-toolkits catalog - Add the search/nimble detail page (mirrors the Tavily partner page) - Add the Nimble logo - Add a changelog entry Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Remove the white square background from the Nimble partner logo so it renders cleanly on dark-mode catalog cards. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
thierrypdamiba
approved these changes
Jul 27, 2026
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.
Add Nimble (Nimbleway) to the search integrations catalog as a remote partner MCP server, alongside Tavily.
Nimble authenticates with an Authorization: Bearer header, so the detail page documents Arcade's Advanced settings custom-header and header-secret flow rather than a URL-embedded API key.
Note
Low Risk
Documentation and static catalog data only; no runtime, auth, or API behavior changes in this repo.
Overview
Adds Nimble (Nimbleway) as a verified Partner remote MCP server in the search integrations catalog, alongside Tavily.
A new
search/nimbledetail page documents registeringhttps://mcp.nimbleway.com/mcp, capabilities (search, extract, crawl, map, templates), gateway setup, and Authentication viaAuthorization: Bearer ${secret:NIMBLE_API_KEY}in Advanced custom headers—not a URL-embedded key like Tavily. Thepartner-toolkitsentry points at that page and partner icon.Also records a 2026-07-26 changelog item and refreshes
public/llms.txtwith a Nimble integration link.Reviewed by Cursor Bugbot for commit 8c7b7d6. Bugbot is set up for automated code reviews on this repo. Configure here.