Mcp.Aggregators.Stdio
0.4.0
The VS Code MCP server configuration entry cannot be generated because the server.json file is invalid. Please refer to the package README and the MCP Configuration Guide for proper setup instructions.
dotnet tool install --global Mcp.Aggregators.Stdio --version 0.4.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Mcp.Aggregators.Stdio --version 0.4.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Mcp.Aggregators.Stdio&version=0.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Mcp.Aggregators.Stdio --version 0.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
MCP Aggregators
This repository contains a collection of Model Context Protocol (MCP) aggregators that utilize the MCP C# SDK. These aggregators are designed to facilitate the integration and management of multiple MCP servers, allowing for streamlined data processing and interaction.
MCP Aggregators Stdio
This specific aggregator is a standard input/output (stdio) based MCP server that leverages the MCP C# SDK to provide a simple and effective way to interact with MCP models through command line interfaces.
Usage
To use the MCP Aggregators Stdio, you can run the server with the following command:
dnx Mcp.Aggregators.Stdio --mcp-file=path/to/mcp.json --yes
if no --mcp-file is provided, it will use default mcp.json:
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": [
"mcp-server-fetch"
],
"env": {
"port": 3300,
"node-env": "dev"
}
},
"samplemcpserver": {
"type": "stdio",
"command": "dnx",
"args": [
"sheng-jie.SampleMcpServer","--yes"
],
"env": {
"WEATHER_CHOICES": "晴朗,暴雨,潮湿,冰冻,多云,阴天,大雪,小雨,雷阵雨,雾霾"
}
},
"time": {
"type": "sse",
"url": "https://mcp.api-inference.modelscope.net/0506441bba8744/sse"
},
"spec-coding": {
"type": "stdio",
"command": "dnx",
"args": [
"SpecCodingMcpServer", "--yes"
]
},
"csharp-code-interceptor": {
"enabled": false,
"type": "http",
"url": "https://csharp.starworks.cc/mcp"
}
}
}
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.