by toolsdk-ai
ToolSDK.ai's Awesome MCP Servers and Packages Registry and Database with Structured JSON configurations. Supports OAuth2.1, DCR...
# Add to your Claude Code skills
git clone https://github.com/toolsdk-ai/toolsdk-mcp-registryThe Enterprise MCP Registry & Gateway. A unified infrastructure to discover, secure, and execute Model Context Protocol (MCP) tools. Exposes local processes (STDIO) and remote servers (StreamableHTTP) via a unified HTTP API with built-in Sandbox and OAuth 2.1 support.
<a href="https://www.npmjs.com/package/@toolsdk.ai/registry"> <img src="https://img.shields.io/npm/v/@toolsdk.ai/registry.svg?style=flat-square" alt="npm version" /> </a> <a href="https://github.com/toolsdk-ai/toolsdk-mcp-registry/actions/workflows/test.yaml"> <img src="https://github.com/toolsdk-ai/toolsdk-mcp-registry/actions/workflows/test.yaml/badge.svg" alt="Build Status" /> </a> <img src="https://img.shields.io/badge/MCP_Servers-4521-blue?style=flat-square" alt="MCP Servers Count" /> <img src="https://img.shields.io/badge/LICENSE-MIT-ff69b4?style=flat-square" alt="License" /> <br /> <a href="https://www.producthunt.com/products/toolsdk-ai"> <img src="https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=997428&theme=light&period=daily" alt="Product Hunt" height="40" /> </a><a href="#mcp-servers">🔍 <b>Browse 4521+ Tools</b></a> • <a href="#quick-start">🐳 <b>Self-hosted</b></a> • <a href="#install-via-package-manager">📦 <b>Use as SDK</b></a> • <a href="#submit-new-mcp-servers">➕ <b>Add Server</b></a> • <a href="https://www.youtube.com/watch?v=J_oaDtCoVVo" target="_blank">🎥 <b>Video Tutorial</b></a>
<a href="https://toolsdk.ai" target="_blank"> <img src="assets/hero.png" alt="ToolSDK.ai - MCP Servers Hosting" /> </a>[!IMPORTANT] Pro Tip: If a server is marked as
validated: true, you can use it instantly with Vercel AI SDK:const tool = await toolSDK.package('<packageName>', { ...env }).getAISDKTool('<toolKey>');Want validation? Ask AI: "Analyze the
make buildtarget in the Makefile and the scripts it invokes, and determine how an MCP server gets marked asvalidated: true."
<a id="docker-self-hosting"></a>
Deploy your own private MCP Gateway & Registry in minutes. This provides the full feature set: Federated Search, Remote Execution, Sandbox, and OAuth.
Start the registry immediately with default settings:
docker compose up -d
*Did this sa...