awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 مستودعات

Awesome GitHub RepositoriesTool Integration Servers

Configuration interfaces for connecting external tool servers to AI applications.

Distinguishing note: Focuses on the configuration of external tool servers.

Explore 9 awesome GitHub repositories matching artificial intelligence & ml · Tool Integration Servers. Refine with filters or upvote what's useful.

Awesome Tool Integration Servers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • chatboxai/chatboxالصورة الرمزية لـ chatboxai

    chatboxai/chatbox

    40,499عرض على GitHub↗

    Chatbox is a cross-platform desktop application that provides a unified interface for interacting with a wide range of artificial intelligence models. It functions as a model-agnostic client, allowing users to connect to various third-party AI providers or execute open-source models directly on their own hardware. By centralizing these diverse services into a single workspace, the application enables users to manage multiple chat sessions, adjust model parameters, and switch between different AI backends with ease. The project distinguishes itself through a local-first architecture that prior

    Sets up external service connections manually or selects from a list of built-in options to enable advanced tool integration.

    TypeScriptassistantchatbotchatgpt
    عرض على GitHub↗40,499
  • eigent-ai/eigentالصورة الرمزية لـ eigent-ai

    eigent-ai/eigent

    12,557عرض على GitHub↗

    Eigent is a comprehensive platform for developing, configuring, and orchestrating autonomous AI agents. It functions as an agent development environment and workflow automation engine, enabling users to build modular agents equipped with custom toolsets, domain-specific skill packages, and external API connections to perform targeted operational tasks. The framework distinguishes itself through a robust multi-agent orchestration layer that coordinates teams of specialized agents to execute complex workflows. By utilizing hierarchical task decomposition, the system breaks high-level goals into

    Links remote servers via standard protocols to provide agents with domain-specific functions.

    TypeScript
    عرض على GitHub↗12,557
  • coplaydev/unity-mcpالصورة الرمزية لـ CoplayDev

    CoplayDev/unity-mcp

    10,959عرض على GitHub↗

    Unity MCP is a plugin that connects the Unity Editor to AI assistants through the Model Context Protocol, enabling natural language control over scene manipulation, object creation, and editor workflows. It allows developers to generate C# scripts, modify GameObjects and components, create UI layouts, and manage assets by issuing commands through an AI interface, effectively turning the editor into a conversational development environment. The plugin distinguishes itself through a comprehensive automation system that can execute multi-step tasks from a design document, record and replay edito

    Propagates local tool toggle changes to the MCP server so connected AI clients receive an updated tool list.

    C#aiai-integrationanthropic
    عرض على GitHub↗10,959
  • lastmile-ai/mcp-agentالصورة الرمزية لـ lastmile-ai

    lastmile-ai/mcp-agent

    8,037عرض على GitHub↗

    mcp-agent is a framework for building AI agents that integrate with Model Context Protocol servers to execute tools and access data. It functions as a multi-agent orchestrator and protocol-compliant server, enabling the creation of agents that can discover and invoke tools from connected external servers. The project distinguishes itself through a durable workflow engine that supports long-running tasks capable of pausing, resuming, and surviving restarts. It implements complex orchestration patterns, including iterative evaluator-optimizer loops, hierarchical workflow nesting, and specialist

    Discovers and exposes tools from connected MCP servers to be utilized by the language model.

    Pythonagentsaiai-agents
    عرض على GitHub↗8,037
  • mrexodia/ida-pro-mcpالصورة الرمزية لـ mrexodia

    mrexodia/ida-pro-mcp

    5,620عرض على GitHub↗

    Builds a server that exposes IDA Pro's data and analysis tools for AI consumption.

    Pythonaiaiagentbinary-analysis
    عرض على GitHub↗5,620
  • openbmb/ultraragالصورة الرمزية لـ OpenBMB

    OpenBMB/UltraRAG

    5,220عرض على GitHub↗

    UltraRAG is an LLM RAG orchestration platform and AI agent research framework designed to coordinate complex retrieval-augmented generation workflows. It functions as a multimodal RAG engine capable of retrieving and generating responses using text, images, and diverse data types, while providing tools for vector database management and RAG performance evaluation. The platform features a visual RAG pipeline builder that uses a canvas interface to construct and debug data flows, synchronizing visual designs directly with underlying code. It distinguishes itself through an autonomous research s

    Implements independent servers that expose custom search tools and code functions for use across different RAG pipelines.

    Pythondeepseekdemoeasy
    عرض على GitHub↗5,220
  • petergriffinjin/search-r1الصورة الرمزية لـ PeterGriffinJin

    PeterGriffinJin/Search-R1

    5,022عرض على GitHub↗

    Search-R1 هو نظام تدريب موزع وإطار عمل للتعلم التعزيزي مصمم لإنشاء نماذج لغوية معززة بالبحث. يوفر بنية لتوسيع أعباء عمل النماذج عبر العقد الرئيسية وعقد العمل مع تحسين كيفية تداخل النماذج بين التفكير الداخلي واستدعاءات الأدوات الخارجية. يركز النظام على تحسين سلوك النموذج من خلال إشارات مكافأة مخصصة والتعلم التعزيزي لتحسين تنسيق استخدام الأدوات واسترجاع المعلومات. ينفذ حلقة تفكير-بحث متداخلة تسمح للنماذج بالتبديل بين توليد الأفكار الداخلية وجلب البيانات الخارجية. يدعم إطار العمل كلاً من البحث في الويب في الوقت الفعلي عبر واجهات برمجة تطبيقات الطرف الثالث واسترجاع السياق المحلي باستخدام البحث الهجين المتناثر-الكثيف وفهرسة المتون. يتم دمج هذه الإمكانيات من خلال بنية قائمة على الخادم لتسهيل استرجاع البيانات أثناء عملية التفكير.

    Uses a dedicated server architecture to connect models to external search APIs and local retrievers.

    Python
    عرض على GitHub↗5,022
  • i-am-bee/beeai-frameworkالصورة الرمزية لـ i-am-bee

    i-am-bee/beeai-framework

    3,304عرض على GitHub↗

    The BeeAI Framework is an LLM agent framework and multi-agent orchestration engine used to build autonomous agents that coordinate reasoning, tool execution, and complex workflows. It functions as a structured AI output controller and RAG integration library, providing a unified interface to manage multiple language model providers. The framework is distinguished by its implementation of the Model Context Protocol, allowing agents, tools, and models to be shared between different AI platforms and hosted as agentic tooling servers. It enables the design of collaborative agent teams through dec

    Allows the creation of custom tools and data servers to extend agent functional capabilities.

    Pythonagentsaiai-agent
    عرض على GitHub↗3,304
  • containers/ramalamaالصورة الرمزية لـ containers

    containers/ramalama

    2,605عرض على GitHub↗

    Ramalama is a containerized runtime and management tool for large language models. It functions as an OCI AI model manager and registry client, allowing users to package, distribute, and execute AI models as standardized container images. The project differentiates itself by using OCI-compliant distribution for models and retrieval augmented generation assets, enabling the packaging of vector databases into immutable container images. It features hardware-aware image selection that automatically detects GPU or CPU capabilities to pull the most optimized image for the host environment. The sy

    Connects to external tool servers to extend model capabilities for advanced tasks and data retrieval.

    Pythonaicontainerscuda
    عرض على GitHub↗2,605
  1. Home
  2. Artificial Intelligence & ML
  3. Tool Integration Servers

استكشف الوسوم الفرعية

  • Custom Data and Tool ServersCreates servers that make custom data sources and tools available for AI applications to query and use. **Distinct from Tool Integration Servers:** Distinct from Tool Integration Servers: focuses on building servers that expose custom data and tools, not configuring existing ones.
  • Tool Server DirectoriesCommunity-curated directories for discovering and sharing tool servers that integrate with AI assistants. **Distinct from Tool Integration Servers:** Distinct from Tool Integration Servers: focuses on a browsable directory for discovering and sharing tool servers, not on the configuration interface for connecting them.
  • Tool Visibility SyncersMechanisms that propagate local tool toggle changes to a server so connected clients receive an updated tool list. **Distinct from Tool Integration Servers:** Distinct from Tool Integration Servers: focuses on syncing tool visibility state, not the configuration of external tool connections.