I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

monedero de mcp
Un enrutador local MCP (protocolo de contexto modelo) que sirve como un proxy de agregación para los servidores MCP.
1
Github Watches
2
Github Forks
7
Github Stars
MCP Local Router
This project is an MCP (Model Context Protocol) local router that serves as an aggregation proxy for MCP servers. It can connect to multiple upstream MCP servers and aggregate their functionalities into a single interface for downstream clients.
Features
- Supports specifying a configuration file via command line arguments
- Supports configuring multiple upstream MCP servers
- Supports stdio transport
- Supports injecting environment variables into stdio transport
Usage
Running
It must be run with a configuration file:
cargo run -- --config mcp-config.json
Configuration File Format
The configuration file is in JSON format; an example is shown below:
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/Users/username/Desktop"
],
"env": {
"LINEAR_ACCESS_TOKEN": "your_personal_access_token"
}
},
"everything": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-everything"
],
"env": {}
}
}
}
Description:
- mcpServers: a mapping of multiple server configurations
- Each key is the server's name (used for logging)
- Each value is an object containing the following fields:
- command: the command to execute
- args: an array of command arguments
- env: a mapping of environment variables to inject
Build and Installation
# Build the project
cargo build --release
# Run
cargo run --release -- --config mcp-config.json
Dependencies
- Rust 2021 Edition
- tokio async runtime
- MCP-related libraries: mcp-client, mcp-core, mcp-server, mcp-spec
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
I find academic articles and books for research and literature reviews.
Confidential guide on numerology and astrology, based of GG33 Public information
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Take an adjectivised noun, and create images making it progressively more adjective!
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
Espejo dehttps: //github.com/agentience/practices_mcp_server
La aplicación AI de escritorio todo en uno y Docker con trapo incorporado, agentes de IA, creador de agentes sin código, compatibilidad de MCP y más.
Una puerta de enlace de API unificada para integrar múltiples API de explorador de blockchain similar a Esterscan con soporte de protocolo de contexto modelo (MCP) para asistentes de IA.
Reviews

user_pxLWkfm4
The mcp-local-router by kaichen is a must-have tool for developers looking to streamline their local network routing. The setup is incredibly straightforward, and the welcome information provided is clear and helpful. Its GitHub page offers comprehensive details and support, making integration effortless. This router is efficient, reliable, and essential for any developer's toolkit. Highly recommend checking it out at https://github.com/kaichen/mcp-local-router.