awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

12 dépôts

Awesome GitHub RepositoriesAgent-to-Server Bridges

Interfaces that allow non-native agents to discover and execute tools via structured data.

Distinct from Agent and Integration Interfaces: Distinct from Agent and Integration Interfaces: focuses specifically on the MCP-based bridging of agents to server-side tools.

Explore 12 awesome GitHub repositories matching development tools & productivity · Agent-to-Server Bridges. Refine with filters or upvote what's useful.

Awesome Agent-to-Server Bridges GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • ruvnet/ruviewAvatar de ruvnet

    ruvnet/RuView

    74,285Voir sur GitHub↗

    RuView is a WiFi spatial sensing platform that uses radio frequency reflections to detect presence, track body poses, and monitor vital signs without the use of cameras. It functions as a 3D point-cloud spatial mapper, converting signal disturbances into coordinate sets to visualize physical environments and human movement. The system operates as a distributed sensing mesh where synchronized nodes use consensus and shared audit trails to maintain data consistency across a swarm. It further acts as an MQTT home automation bridge, streaming real-time spatial telemetry and occupancy data to smar

    Provides interfaces that bridge real-time presence and vital sign data to AI agents.

    Rust
    Voir sur GitHub↗74,285
  • nexu-io/open-designAvatar de nexu-io

    nexu-io/open-design

    65,830Voir sur GitHub↗

    Open Design is an AI design orchestration platform and LLM agent workspace designed for generating prototypes, presentations, and motion graphics. It functions as a local-first environment that integrates various command-line AI agents and coding tools into a unified design workflow, allowing users to migrate design specifications into brand-compliant source code. The project is distinguished by its ability to enforce visual consistency through a design system manager that defines brand contracts and tokens using Markdown. It features a specialized motion graphics generator that converts HTML

    Bridges design files via a server for external agents while wrapping local CLI tools for agent use.

    TypeScriptagent-skillsai-agentsai-design
    Voir sur GitHub↗65,830
  • prefecthq/fastmcpAvatar de PrefectHQ

    PrefectHQ/fastmcp

    22,994Voir sur GitHub↗

    FastMCP is a Python framework designed for building servers that expose functions, resources, and prompts to AI models using the Model Context Protocol. It simplifies the development process by automatically deriving tool metadata, input schemas, and documentation directly from Python function signatures and type hints. The framework provides a unified container for managing these components, allowing developers to build modular applications that integrate seamlessly with AI assistants. The project distinguishes itself through its support for interactive, server-defined user interface compone

    Provides a command-line interface for non-native agents to discover and execute tools via structured data input and output.

    Pythonagentsfastmcpllms
    Voir sur GitHub↗22,994
  • ahujasid/blender-mcpAvatar de ahujasid

    ahujasid/blender-mcp

    17,168Voir sur GitHub↗

    This project is a Model Context Protocol server that functions as an automation tool for 3D design software. It acts as a bridge between creative applications and external intelligence agents, enabling users to manipulate geometry, materials, and lighting through natural language instructions. The tool distinguishes itself by providing a standardized interface for remote command execution and scene data exchange. By utilizing a protocol-based communication layer, it allows external models to query viewport status and object properties, facilitating automated decision-making and real-time scen

    Bridges design tools with external intelligence agents to streamline repetitive tasks and accelerate the production of complex visual content.

    Python
    Voir sur GitHub↗17,168
  • ag-ui-protocol/ag-uiAvatar de ag-ui-protocol

    ag-ui-protocol/ag-ui

    14,395Voir sur GitHub↗

    ag-ui is an agent-frontend interoperability layer and communication protocol designed to connect AI agent backends with web and mobile user interfaces. It provides a standardized event-driven framework for exchanging messages, session state, and tool calls, utilizing a generative UI framework to render dynamic interface components and structured content triggered by an agent. The project distinguishes itself through an SSE-based event streamer that delivers real-time incremental model responses and reasoning telemetry. It enables bi-directional state synchronization and allows remote agents t

    Synchronizes application state and executes local client-side tools in response to remote agent requests.

    Pythonag-ui-protocolagent-frontendagent-ui
    Voir sur GitHub↗14,395
  • tadata-org/fastapi_mcpAvatar de tadata-org

    tadata-org/fastapi_mcp

    11,560Voir sur GitHub↗

    This framework serves as a bridge between backend services and AI agents by implementing the Model Context Protocol. It enables developers to expose existing application logic and web endpoints as standardized tools, allowing AI models to discover, interact with, and execute backend functions through a unified interface. The project distinguishes itself by automatically converting application request and response models into protocol-compliant schemas, ensuring that AI agents receive accurate functional context. It supports a transport-agnostic architecture that facilitates real-time bidirect

    Transforms standard web API endpoints into interactive tools that allow AI models to perform actions and retrieve data.

    Pythonaiauthenticationauthorization
    Voir sur GitHub↗11,560
  • modelcontextprotocol/inspectorAvatar de modelcontextprotocol

    modelcontextprotocol/inspector

    8,721Voir sur GitHub↗

    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

    Establishes a bridge that allows frontend interfaces to trigger server-side tools and receive their execution results.

    TypeScript
    Voir sur GitHub↗8,721
  • lastmile-ai/mcp-agentAvatar de lastmile-ai

    lastmile-ai/mcp-agent

    8,037Voir sur 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

    Bridges AI agents to server-side tools using the Model Context Protocol for discovery and execution.

    Pythonagentsaiai-agents
    Voir sur GitHub↗8,037
  • firerpa/lamdaAvatar de firerpa

    firerpa/lamda

    7,834Voir sur GitHub↗

    This project is an Android RPA framework designed for automating user interfaces and system tasks on rooted Android devices using Python and ADB. It provides a suite of tools for rooted device management, allowing for programmatic control of system settings, application lifecycles, and shell command execution via a remote API. The framework distinguishes itself through a combination of dynamic instrumentation and AI integration. It can inject scripts into running processes to hook Java interfaces and modifies application behavior in real time. Additionally, it supports large language model in

    Translates natural language prompts into device actions by mapping LLM tool calls to a standardized protocol.

    Pythonadbagentsai
    Voir sur GitHub↗7,834
  • zenml-io/zenmlAvatar de zenml-io

    zenml-io/zenml

    5,451Voir sur GitHub↗

    ZenML is an orchestration platform designed for building, deploying, and monitoring reproducible machine learning pipelines and agentic workflows. It provides a unified framework that manages the entire lifecycle of machine learning assets, from data processing and model training to the deployment of persistent inference services. By decoupling pipeline logic from underlying compute and storage, the platform enables teams to transition workflows seamlessly from local development environments to production-grade cloud infrastructure. The platform distinguishes itself through a service-oriented

    Exposes pipeline tools to coding agents via an MCP server for programmatic triggering and management.

    Pythonagentopsagentsai
    Voir sur GitHub↗5,451
  • langroid/langroidAvatar de langroid

    langroid/langroid

    3,894Voir sur GitHub↗

    Langroid is a multi-agent orchestration framework and tool integration suite designed for building complex AI applications. It serves as a multi-modal integration layer that connects diverse local and remote language models with an agentic retrieval-augmented generation system. The project distinguishes itself through a collaborative message-exchange paradigm, allowing specialized agents to delegate tasks hierarchically and coordinate via structured communication. It features an advanced state management system for conversational AI, including the ability to rewind and prune conversation hist

    Connects agents to specific server tools by mapping them to message classes for execution and formatting.

    Pythonagentsaichatgpt
    Voir sur GitHub↗3,894
  • atmosphere/atmosphereAvatar de Atmosphere

    Atmosphere/atmosphere

    3,780Voir sur GitHub↗

    Atmosphere is a Java-based framework for building and coordinating AI agents. It provides a real-time transport layer for streaming data via WebSockets, SSE, gRPC, and WebTransport, alongside a multi-agent orchestration framework for managing agent fleets through sequential, parallel, and graph-based execution workflows. The project features a durable workflow engine that persists agent state as snapshots, allowing long-running tasks to survive system restarts and incorporate human-in-the-loop approvals. It also implements Model Context Protocol servers to expose tools, resources, and prompt

    Provides a correlation-tracked bridge to invoke tools registered on connected clients and receive asynchronous results.

    Javaacpagentic-aiembabel
    Voir sur GitHub↗3,780
  1. Home
  2. Development Tools & Productivity
  3. Terminal, Shell & CLI
  4. CLI Tooling Frameworks
  5. CLI Tooling
  6. Agent and Integration Interfaces
  7. Agent-to-Server Bridges

Explorer les sous-tags

  • Client-Side Tool Execution BridgesInterop layers that allow remote agents to trigger local functions on the user's device. **Distinct from Agent-to-Server Bridges:** Distinct from Agent-to-Server Bridges: focuses on the remote-to-local execution flow for hardware or private data access.