Nest Llm Argent
@luis1232023
关于 Nest Llm Argent
Stdio Mcp Server 转为 RestFul,轻松部署与 Web 服务集成, mcp gateway
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Nest Llm Argent?
Nest Llm Argent is an MCP (Model Context Protocol) server that acts as a forwarding layer to integrate MCP tools with existing HTTP‑based web services. It aggregates multiple MCP servers and exposes a unified HTTP API for large language model (LLM) interactions, making it easier to embed MCP capabilities into existing NestJS or other web backends.
How to use Nest Llm Argent?
The recommended deployment method is to bundle each MCP Server as a private npm package, install it with npm install, and configure integration via a mcp.config.json file. The server provides predefined HTTP endpoints (e.g., POST /api/mcp/tools, POST /api/mcp/agent) that can be called to list tools, invoke tools, access resources, or run an LLM agent.
Key features of Nest Llm Argent
- Bridges MCP’s client‑server protocol with standard HTTP APIs
- Aggregates multiple MCP servers under a single HTTP endpoint
- Supports almost all major LLM providers
- Uses private npm packages for easy version control and deployment
- Standardized REST endpoints for tools, resources, prompts, and agents
Use cases of Nest Llm Argent
- Embed MCP tools into an existing NestJS application without rewriting the MCP layer
- Provide a unified API gateway for multiple MCP servers behind a corporate firewall
- Enable legacy web services to call LLM agents through simple HTTP POST requests
- Centrally manage and version‑control MCP servers via a private npm registry
FAQ from Nest Llm Argent
What types of MCP servers can be integrated?
The server currently supports MCP servers using the stdio transport. SSE (Server‑Sent Events) support is planned for a future release.
How are MCP servers configured and deployed?
MCP servers are packaged as private npm packages and installed via npm install. A mcp.config.json file defines the paths and arguments for each server, allowing centralized management.
Does the server handle authentication or authorization?
— (Not mentioned in the README.)
Where does the MCP server data (tools, resources, prompts) reside?
Data lives in the individual MCP servers that are integrated. Nest Llm Argent acts as a proxy and does not store the data itself.
What HTTP methods and endpoints are available?
All endpoints use HTTP POST. The main ones are /api/mcp/tools, /api/mcp/functools, /api/mcp/tools/call, /api/mcp/resources, /api/mcp/prompts, /api/mcp/all, and /api/mcp/agent.
AI 与智能体 分类下的更多 MCP 服务器
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
评论