awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

12 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • ruvnet/ruviewruvnet 的头像

    ruvnet/RuView

    74,285在 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
    在 GitHub 上查看↗74,285
  • nexu-io/open-designnexu-io 的头像

    nexu-io/open-design

    65,830在 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
    在 GitHub 上查看↗65,830
  • prefecthq/fastmcpPrefectHQ 的头像

    PrefectHQ/fastmcp

    22,994在 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
    在 GitHub 上查看↗22,994
  • ahujasid/blender-mcpahujasid 的头像

    ahujasid/blender-mcp

    17,168在 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
    在 GitHub 上查看↗17,168
  • ag-ui-protocol/ag-uiag-ui-protocol 的头像

    ag-ui-protocol/ag-ui

    14,395在 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
    在 GitHub 上查看↗14,395
  • tadata-org/fastapi_mcptadata-org 的头像

    tadata-org/fastapi_mcp

    11,560在 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
    在 GitHub 上查看↗11,560
  • modelcontextprotocol/inspectormodelcontextprotocol 的头像

    modelcontextprotocol/inspector

    8,721在 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
    在 GitHub 上查看↗8,721
  • lastmile-ai/mcp-agentlastmile-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

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

    Pythonagentsaiai-agents
    在 GitHub 上查看↗8,037
  • firerpa/lamdafirerpa 的头像

    firerpa/lamda

    7,834在 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
    在 GitHub 上查看↗7,834
  • zenml-io/zenmlzenml-io 的头像

    zenml-io/zenml

    5,451在 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
    在 GitHub 上查看↗5,451
  • langroid/langroidlangroid 的头像

    langroid/langroid

    3,894在 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
    在 GitHub 上查看↗3,894
  • atmosphere/atmosphereAtmosphere 的头像

    Atmosphere/atmosphere

    3,780在 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
    在 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

探索子标签

  • 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.