awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

21 रिपॉजिटरी

Awesome GitHub RepositoriesAPI Client Connectivity

Mechanisms for connecting external clients to local servers.

Explore 21 awesome GitHub repositories matching artificial intelligence & ml · API Client Connectivity. Refine with filters or upvote what's useful.

Awesome API Client Connectivity GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • nomic-ai/gpt4allnomic-ai का अवतार

    nomic-ai/gpt4all

    77,375GitHub पर देखें↗

    GPT4All is a cross-platform runtime environment designed to execute large language models directly on local consumer hardware. By leveraging an optimized C++ inference backend, it enables private, offline AI interactions without requiring an internet connection or external cloud services. The project provides a comprehensive ecosystem for managing the entire model lifecycle, including discovery, downloading, and configuration of local weights. What distinguishes the platform is its integrated retrieval-augmented generation engine, which allows users to index local documents into semantic vect

    Establishes standard network communication paths for external applications to query locally running inference services.

    C++ai-chatllm-inference
    GitHub पर देखें↗77,375
  • openbb-finance/openbbterminalOpenBB-finance का अवतार

    OpenBB-finance/OpenBBTerminal

    69,303GitHub पर देखें↗

    OpenBBTerminal is a Python financial data platform and command line interface designed for aggregating and analyzing market data from diverse APIs. It serves as a quantitative analysis tool for processing stock, crypto, and derivative datasets to identify market trends and build investment strategies. The project utilizes a pluggable financial API framework with an adapter-based architecture, allowing external financial data providers to be integrated as independent modules. This system standardizes information from public and proprietary sources into a unified layer to support cross-asset an

    Provides connectivity mechanisms to link local servers to centralized workspaces via APIs.

    Python
    GitHub पर देखें↗69,303
  • lensapp/lenslensapp का अवतार

    lensapp/lens

    23,180GitHub पर देखें↗

    Lens is a multi-cluster management platform and desktop application for administering Kubernetes environments. It provides a graphical interface for deploying Helm charts, editing YAML manifests, and managing the lifecycle of pods and deployments. The project features an AI-powered cluster assistant that enables users to query cluster state, perform autonomous troubleshooting, and translate natural language requests into system commands. It also supports collaborative team access through shared spaces, utilizing encrypted cluster sharing and role-based access control to manage credentials and

    Manages local configuration files that store cluster names, config paths, and proxy settings.

    cloud-nativecontainersdevops
    GitHub पर देखें↗23,180
  • letta-ai/lettaletta-ai का अवतार

    letta-ai/letta

    21,168GitHub पर देखें↗

    Letta is a framework for building, deploying, and managing autonomous AI agents that maintain persistent state across long-term interactions. It provides a comprehensive suite of primitives for defining agents with configurable personas, modular memory blocks, and tool-use capabilities, enabling them to retain user preferences and conversation history over extended sessions. The platform distinguishes itself through its advanced memory management and orchestration capabilities. It allows agents to autonomously update their own memory, perform retrieval-augmented generation, and coordinate com

    Establishes direct WebSocket connections between runtimes and custom clients for event management.

    Pythonaiai-agentsllm
    GitHub पर देखें↗21,168
  • microsoft/airsimmicrosoft का अवतार

    microsoft/AirSim

    17,956GitHub पर देखें↗

    AirSim is a high-fidelity simulation platform designed for the development and testing of autonomous vehicles. Built as a plugin for game engines, it provides a physics-based environment that models vehicle dynamics and sensor data, serving as a foundation for robotics research, computer vision training, and reinforcement learning. The platform distinguishes itself through its support for hardware-in-the-loop and software-in-the-loop testing, allowing developers to validate control logic and firmware against real-world signals or concurrent processes. It offers extensive programmatic control

    Configures network addresses and firewall ports to allow virtualized flight controllers to communicate with simulation engines.

    C++aiairsimartificial-intelligence
    GitHub पर देखें↗17,956
  • tencent/weknoraTencent का अवतार

    Tencent/WeKnora

    16,974GitHub पर देखें↗

    WeKnora is a multi-tenant retrieval-augmented generation (RAG) knowledge platform and autonomous AI agent framework. It transforms raw documents into queryable knowledge bases and integrates large language models with vector databases to provide grounded AI responses. The system also functions as a Model Context Protocol (MCP) tool server, exposing knowledge search and agentic capabilities to external AI clients. The platform distinguishes itself through an autonomous agent framework that utilizes iterative reasoning, tool calling, and web search to solve multi-step tasks. It implements a sta

    Establishes secure connections between clients and servers using authentication keys and endpoints.

    Goagentagenticai
    GitHub पर देखें↗16,974
  • dotnet/orleansdotnet का अवतार

    dotnet/orleans

    10,789GitHub पर देखें↗

    Orleans is a .NET distributed actor framework designed for building scalable, cloud-native applications. It implements a virtual actor model where entities with stable identities manage their own state and lifecycle across a cluster of servers. The framework provides a distributed state management system with ACID transaction support and a distributed pub/sub streaming engine for real-time data processing. It distinguishes itself through location-transparent routing, automatic actor activation and deactivation, and elastic cluster scaling that redistributes workloads during node failures. Th

    Enables external processes to connect to a distributed cluster to invoke remote operations on actors.

    C#actor-modelactorscloud-computing
    GitHub पर देखें↗10,789
  • modelcontextprotocol/inspectormodelcontextprotocol का अवतार

    modelcontextprotocol/inspector

    8,721GitHub पर देखें↗

    The inspector is a diagnostic and validation tool for the Model Context Protocol. It provides an interactive interface and a transport proxy to discover, inspect, and execute the tools, prompts, and resources provided by an MCP server. The project serves as a debugger and compliance tester to verify that server implementations adhere to the protocol specification and JSON-RPC standards. It allows for real-time monitoring of message exchanges and logs between clients and servers across various transport layers, such as standard input/output and Server-Sent Events. The tool covers a broad rang

    Coordinates the creation, permissions, and termination of multiple isolated connections between clients and servers.

    TypeScript
    GitHub पर देखें↗8,721
  • lastmile-ai/mcp-agentlastmile-ai का अवतार

    lastmile-ai/mcp-agent

    8,037GitHub पर देखें↗

    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

    Provides automated commands to wire cloud-hosted protocol servers into external clients and editors.

    Pythonagentsaiai-agents
    GitHub पर देखें↗8,037
  • olivere/elasticolivere का अवतार

    olivere/elastic

    7,450GitHub पर देखें↗

    This project is a Go client library and API wrapper for interacting with Elasticsearch clusters. It serves as a programmatic interface for managing documents, indices, and cluster health, allowing Go applications to perform search and indexing operations via the REST API. The library functions as a distributed search orchestrator, providing specialized tools for high-throughput data ingestion and cluster administration. It features a buffered bulk processor with exponential backoff retries for optimizing write performance and supports automated index lifecycle transitions and historical data

    Provides custom network settings to manage communication behavior between the Go client and the server.

    Go
    GitHub पर देखें↗7,450
  • ctfd/ctfdCTFd का अवतार

    CTFd/CTFd

    6,523GitHub पर देखें↗

    Adjusts global parameters such as challenge visibility, team size limits, and scoring rules through a web interface.

    Pythonctfctfdeducation
    GitHub पर देखें↗6,523
  • tridactyl/tridactyltridactyl का अवतार

    tridactyl/tridactyl

    6,246GitHub पर देखें↗

    Tridactyl is a Vim-like Firefox extension that provides a comprehensive keyboard-driven interface for browsing, tab management, and page interaction. It replaces traditional mouse-based navigation with Vim-style keybindings, an ex-mode command line, and a hint overlay system for selecting and interacting with page elements. The extension is built around a core infrastructure that includes a modal command parser, a keybinding configuration system, and a content-script command bridge for executing commands in page context. The extension distinguishes itself through its deep integration with Fir

    Displays the value of a single configuration setting specified by a dot-delimited path.

    TypeScriptfirefoxhacktoberfestvim
    GitHub पर देखें↗6,246
  • microsoft/taskweavermicrosoft का अवतार

    microsoft/TaskWeaver

    6,115GitHub पर देखें↗

    TaskWeaver is an LLM agent framework that interprets natural language requests and executes them as Python code, SQL queries, or shell commands. It functions as a conversational code interpreter that maintains stateful data structures across turns, generating executable code from user prompts within a session-based environment. The system is designed as a self-hosted AI agent platform that can be deployed in Docker, managing sessions and providing a web UI for data analytics and automation tasks. The framework distinguishes itself through a role-based multi-agent architecture that divides the

    Includes a connector for Zhipu AI's GLM model to interpret and execute user requests.

    Pythonagentai-agentscode-interpreter
    GitHub पर देखें↗6,115
  • mrexodia/ida-pro-mcpmrexodia का अवतार

    mrexodia/ida-pro-mcp

    5,620GitHub पर देखें↗

    Ships a client application that connects to IDA Pro servers for AI-driven reverse engineering.

    Pythonaiaiagentbinary-analysis
    GitHub पर देखें↗5,620
  • apache/igniteapache का अवतार

    apache/ignite

    5,066GitHub पर देखें↗

    Ignite एक डिस्ट्रीब्यूटेड इन-मेमोरी डेटा ग्रिड और कंप्यूट प्लेटफॉर्म है। यह एक डिस्ट्रीब्यूटेड SQL डेटाबेस और स्टोरेज इंजन के रूप में कार्य करता है जिसे विलंबता को कम करने और गणना की गति बढ़ाने के लिए RAM में बड़े डेटासेट्स को संग्रहीत और प्रोसेस करने के लिए डिज़ाइन किया गया है। यह सिस्टम एक मल्टी-टियर स्टोरेज इंजन द्वारा प्रतिष्ठित है जो उच्च-गति पहुंच को बड़ी क्षमता के साथ संतुलित करने के लिए मेमोरी और डिस्क पर डेटा प्लेसमेंट को मैनेज करता है। इसमें एक डिस्ट्रीब्यूटेड कंप्यूट ग्रिड है जो नेटवर्क ट्रैफिक को कम करने के लिए सीधे उन नोड्स पर कस्टम लॉजिक निष्पादित करता है जहां डेटा रहता है। यह प्लेटफॉर्म ACID ट्रांजेक्शन प्रबंधन, मानक SQL क्वेरी और की-वैल्यू ऑपरेशन्स सहित क्षमताओं का एक व्यापक सेट प्रदान करता है। यह रिएक्टिव स्ट्रीम्स के माध्यम से उच्च-वॉल्यूम डेटा अंतर्ग्रहण का समर्थन करता है और कई प्रोग्रामिंग भाषाओं, मानक डेटाबेस ड्राइवर्स और एक REST API के माध्यम से एकीकरण प्रदान करता है। सिस्टम को कंटेनर्स का उपयोग करके एक डिस्ट्रीब्यूटेड क्लस्टर के रूप में डिप्लॉय किया जा सकता है या Kubernetes के माध्यम से ऑर्केस्ट्रेट किया जा सकता है। यह प्रोजेक्ट Java में लिखा गया है और इसे बाइनरी आर्काइव्स के माध्यम से इंस्टॉल किया जा सकता है।

    Creates socket connections using a binary protocol to perform operations without joining the cluster topology.

    Javabig-datacachecloud
    GitHub पर देखें↗5,066
  • psviderski/unregistrypsviderski का अवतार

    psviderski/unregistry

    4,781GitHub पर देखें↗

    Unregistry is a decentralized container cluster orchestrator and Docker Compose manager. It allows for the deployment and scaling of containerized services across multiple remote hosts without the need for a centralized control plane. The project distinguishes itself by providing a registry-less deployment model, using SSH to transfer container image layers directly to remote servers. This capability enables deployments to air-gapped or private networks by bypassing external image registries entirely. The system covers a broad range of operational capabilities, including overlay mesh network

    Manages local configuration files that store connection details and entry points for remote clusters.

    Gocontainerddockergolang
    GitHub पर देखें↗4,781
  • modelcontextprotocol/go-sdkmodelcontextprotocol का अवतार

    modelcontextprotocol/go-sdk

    4,716GitHub पर देखें↗

    यह Go में Model Context Protocol को लागू करने के लिए एक सॉफ्टवेयर डेवलपमेंट किट (SDK) और फ्रेमवर्क है। यह सर्वर्स और क्लाइंट्स बनाने के लिए एक स्टैंडर्ड सिस्टम प्रदान करता है जो लार्ज लैंग्वेज मॉडल्स (LLM) के लिए संदर्भ (context) प्रदान करने हेतु बाहरी संसाधन, प्रोप्राइटरी डेटा और एग्जीक्यूटेबल टूल्स का आदान-प्रदान करते हैं। इस SDK में एक JSON-RPC कम्युनिकेशन लाइब्रेरी और AI मॉडल्स के लिए लोकल डेटा, प्रॉम्प्ट टेम्पलेट्स और टाइप्ड फंक्शन्स को एक्सपोज़ करने के लिए एक इंटीग्रेशन फ्रेमवर्क शामिल है। यह प्रोटोकॉल सर्वर्स (जो बाहरी संदर्भ प्रदान करते हैं) और क्लाइंट्स (जो इन रिमोट टूल्स और संसाधनों का उपयोग करते हैं) दोनों के विकास को सक्षम बनाता है। यह प्रोजेक्ट इंटरऑपरेबिलिटी सुनिश्चित करने के लिए कनेक्शन लाइफसाइकिल मैनेजमेंट और प्रोटोकॉल वर्जन नेगोशिएशन को कवर करता है। यह रिसोर्स मैपिंग और सेशन मैनेजमेंट के साथ-साथ स्टैंडर्ड इनपुट/आउटपुट या HTTP के माध्यम से मैसेज एक्सचेंज के लिए ट्रांसपोर्ट एब्स्ट्रैक्शन प्रदान करता है। सुरक्षा और ऑब्जर्वेबिलिटी फीचर्स में OAuth आइडेंटिटी इंटीग्रेशन, सर्वर्स के लिए डायरेक्टरी एक्सेस रिस्ट्रिक्शंस, और ट्रैफिक इंस्पेक्शन और क्षमता सत्यापन के लिए टूल्स शामिल हैं।

    Provides the development framework for building client applications that consume AI tools and data via a standardized interface.

    Gogomcp
    GitHub पर देखें↗4,716
  • psviderski/uncloudpsviderski का अवतार

    psviderski/uncloud

    4,653GitHub पर देखें↗

    Uncloud is a decentralized container orchestrator designed to deploy and manage applications across multiple servers without a central control plane. It functions as a peer-to-peer system and a Docker Compose cluster deployer, using SSH-based infrastructure management to coordinate operations across remote nodes. The project distinguishes itself by using a secure mesh network overlay to enable direct inter-container communication across different physical machines. It facilitates container image distribution by transferring missing layers directly from local environments to target nodes, bypa

    Stores connection details and entry points in a local configuration file to facilitate communication with the cluster.

    Gocontainersdeploymentdevops
    GitHub पर देखें↗4,653
  • datlechin/tableprodatlechin का अवतार

    datlechin/TablePro

    4,471GitHub पर देखें↗

    TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL and NoSQL databases. It functions as a unified workspace that integrates a code-centric SQL editor with schema visualization tools, allowing developers to manage complex data models and execute queries across diverse database engines. The application distinguishes itself through an agentic AI integration layer that connects language models directly to database tools, enabling automated query generation, optimization, and error fixing with configurable approval gates. It features

    Shares database connections with external AI clients using standardized protocols for cross-application integration.

    Swift
    GitHub पर देखें↗4,471
  • lapce/floemlapce का अवतार

    lapce/floem

    4,020GitHub पर देखें↗

    Floem is a native desktop UI framework and cross-platform toolkit for building high-performance user interfaces. It functions as a reactive UI library that uses a signal-based state management system to automatically synchronize the interface with data changes via lightweight observable primitives. The framework utilizes a GPU-accelerated rendering engine to ensure visual consistency and high performance across different desktop operating systems. It features a layout engine based on flexible box and grid models to create responsive screens that adapt to various window sizes. The toolkit cov

    Establishes secure network tunnels from local environments to private databases and internal APIs for testing.

    Rustnativerustui
    GitHub पर देखें↗4,020
पिछला12अगला
  1. Home
  2. Artificial Intelligence & ML
  3. Artificial Intelligence Tooling
  4. Agent & Tool Integrations
  5. API Servers
  6. API Client Connectivity

सब-टैग एक्सप्लोर करें

  • Client DevelopmentDeveloping applications that connect to servers to access external tools and data through a standard interface. **Distinct from API Client Connectivity:** Distinct from API Client Connectivity: focuses on the development of client applications for AI tool access, not just the connectivity mechanism.
  • Cluster Connectivity3 सब-टैग्सMechanisms for allowing external processes to establish connections and invoke operations on a distributed cluster. **Distinct from API Client Connectivity:** Focuses on the connection to a distributed actor cluster rather than generic API client-server connectivity.
  • Simulation Client InterfacesNetwork configurations for connecting external simulation clients to host engines. **Distinct from API Client Connectivity:** Focuses on simulation-specific client connectivity rather than general API client connections.
  • Thin Client ConnectivityLow-overhead client connections that interact with a cluster via binary protocols without joining the cluster topology. **Distinct from API Client Connectivity:** Distinct from API Client Connectivity: specifically refers to clients that stay outside the cluster membership/topology.