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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 repositorios

Awesome GitHub RepositoriesCustom Protocol Servers

Servers that implement custom application-layer protocols over TCP for remote access.

Distinct from TCP Protocol Implementations: Distinct from TCP Protocol Implementations: focuses on the server-side custom protocol, not general TCP implementation.

Explore 9 awesome GitHub repositories matching networking & communication · Custom Protocol Servers. Refine with filters or upvote what's useful.

Awesome Custom Protocol Servers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • 1jehuang/jcodeAvatar de 1jehuang

    1jehuang/jcode

    7,778Ver en GitHub↗

    jcode es un framework para desarrollar agentes de codificación de IA autónomos que automatizan tareas de desarrollo de software. Funciona como un orquestador de agentes, tiempo de ejecución de herramientas y motor de memoria semántica, permitiendo la creación de agentes que pueden modificar código, ejecutar pruebas e iterar sobre su propia funcionalidad. El proyecto se distingue por su uso de enjambres de agentes recursivos, donde una jerarquía de agentes colaboradores puede generar agentes hijos para descomponer tareas complejas. Implementa un sistema de memoria semántica que combina la recuperación basada en vectores con el mapeo de relaciones basado en grafos para mantener el contexto a través de las sesiones. Para gestionar el riesgo, el sistema utiliza una gobernanza de acciones escalonada que requiere aprobación humana para operaciones sensibles y aísla las actividades de los agentes dentro de worktrees de git separados. El framework incluye un kit de herramientas de automatización de navegador completo para interactuar con páginas web, extraer instantáneas del DOM y capturar capturas de pantalla. También implementa el Model Context Protocol para integrar herramientas y datos externos, y admite recarga en caliente de binarios para actualizar el servidor sin perder conexiones de red activas. El sistema proporciona una interfaz de línea de comandos para gestionar las memorias de los agentes e incluye herramientas de auditoría para rastrear el progreso del plan y visualizar la topología del enjambre de agentes.

    Provides a server environment to manage external tool processes and handle AI provider authentication.

    Rust
    Ver en GitHub↗7,778
  • microsoft/vscode-docsAvatar de microsoft

    microsoft/vscode-docs

    6,549Ver en GitHub↗

    This repository contains the comprehensive documentation for a code editor focused on AI-assisted software development and remote development workflows. It covers the implementation of AI agents and language models used for autonomous code generation, large-scale refactoring, and task iteration. The project is distinguished by its deep integration of autonomous AI agents capable of web navigation, application logic validation, and orchestrating multi-step development processes. It provides specialized frameworks for tailoring AI behavior through custom instructions, model context protocols, a

    Manages whether AI assistants can utilize tools provided by third-party extensions, servers, or integrated browsers.

    Markdownvscode
    Ver en GitHub↗6,549
  • microsoft/fasterAvatar de microsoft

    microsoft/FASTER

    6,606Ver en GitHub↗

    FASTER is a high-throughput key-value store that combines an in-memory data store with a hybrid memory-disk storage engine, enabling datasets larger than available RAM. It uses a latch-free, cache-optimized index for concurrent point lookups and heavy updates, and records all mutations to a persistent append-only log on disk with checksum validation and group-commit checkpointing for crash recovery. The system supports multi-key transactional workloads through atomic multi-key locking, ensuring transactional consistency without coarse-grained contention. It exposes the key-value store to remo

    Exposes the key-value store over a custom TCP protocol that scales linearly with concurrent connections.

    C#concurrenthash-tableindexing
    Ver en GitHub↗6,606
  • twisted/twistedAvatar de twisted

    twisted/twisted

    5,969Ver en GitHub↗

    Twisted is an event-driven networking engine for Python that provides a framework for building asynchronous network applications. At its core, it uses a reactor-based event loop to drive all input and output, dispatching callbacks in a single thread without blocking. The library implements a deferred promise chain for composing asynchronous logic, along with a protocol and factory pattern that separates connection state management from protocol handling, enabling reusable handlers for different network protocols. The framework supports multiple event loops across platforms, including select,

    Enables building custom protocol servers by handling connections and parsing messages asynchronously.

    Pythonasyncasync-pythondns
    Ver en GitHub↗5,969
  • mrexodia/ida-pro-mcpAvatar de mrexodia

    mrexodia/ida-pro-mcp

    5,620Ver en GitHub↗

    Creates tailored server programs that expose specific tools and resources for AI applications.

    Pythonaiaiagentbinary-analysis
    Ver en GitHub↗5,620
  • yuruotong1/automateAvatar de yuruotong1

    yuruotong1/autoMate

    3,927Ver en GitHub↗

    autoMate is an AI agent tool server and multi-model AI gateway that exposes local system tools and data to chat clients via a standard protocol. It functions as a computer use agent capable of controlling desktop interfaces and browsers to automate local system tasks through natural language. The project serves as a SaaS integration platform, bridging AI agents to third-party services such as GitHub, Notion, Slack, and Jira. It also operates as a personal knowledge management system that stores markdown notes and files using a hybrid keyword and full-text search memory system. The software f

    Functions as a server that exposes system tools and resources to AI applications via a standard protocol.

    Pythonagentaicomputeruse
    Ver en GitHub↗3,927
  • moonrepo/moonAvatar de moonrepo

    moonrepo/moon

    3,687Ver en GitHub↗

    Moon is a monorepo build system and task runner designed to orchestrate complex projects with multiple packages. It functions as a dependency graph orchestrator that executes build targets in topological order and utilizes input hashing to cache results and skip redundant work. The project features a polyglot toolchain manager that automates the installation and versioning of language runtimes and CLI tools to ensure environment consistency. It also includes a plugin framework based on WebAssembly, allowing developers to extend build logic and toolchain behavior using any supported language.

    Implements a communication server that allows AI assistants to trigger build tasks and query project state.

    Rustbuild-systembuild-toolbun
    Ver en GitHub↗3,687
  • gyoridavid/ai_agents_azAvatar de gyoridavid

    gyoridavid/ai_agents_az

    3,640Ver en GitHub↗

    This project is an AI content automation pipeline and LLM agent orchestration framework. It provides a system for generating research-backed text, images, and videos, and scheduling their distribution to social platforms. The framework allows for the development of specialized AI agents and custom tool servers. These servers expose capabilities such as video editing and story generation as API endpoints, enabling agents to execute complex tasks through a combination of AI models and custom tooling. The system covers automated content creation across text, image, and video media, utilizing hu

    Exposes custom API endpoints as tool servers that allow AI agents to perform video editing and image generation.

    Pythonn8nn8n-workflowworkflows
    Ver en GitHub↗3,640
  • modelcontextprotocol/java-sdkAvatar de modelcontextprotocol

    modelcontextprotocol/java-sdk

    3,190Ver en GitHub↗

    This is a software development kit for integrating the Model Context Protocol into Java applications. It serves as a framework for building AI servers and communication layers that exchange prompts, resources, and tool definitions between AI clients and servers. The SDK provides a transport-agnostic communication layer, allowing bidirectional data exchange over standard I/O, HTTP, or Server-Sent Events. It includes a generative AI resource manager for exposing structured data and prompt templates, and a standardized interface for implementing protocol clients and servers. The project covers

    Provides a framework for hosting servers that expose custom tools and resources to AI models via a standardized protocol.

    Java
    Ver en GitHub↗3,190
  1. Home
  2. Networking & Communication
  3. TCP Protocol Implementations
  4. Custom Protocol Servers

Explorar subetiquetas

  • AI Tool Servers2 sub-etiquetasServers that expose custom tools and resources for AI applications through a standardized protocol. **Distinct from Custom Protocol Servers:** Distinct from Custom Protocol Servers: focuses on exposing AI-accessible tools and resources, not general TCP protocol implementations.