MCP.so
登录

Mcp_server_client

@muralianand12345

关于 Mcp_server_client

暂无概览

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

muralianand12345

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mcp_server_client?

A system that provides a chat interface (Streamlit) backed by a NestJS API, integrating multiple MCP (Model Context Protocol) servers for tool execution, RAG (Retrieval-Augmented Generation) with a vector store, and OpenAI for embeddings and chat completions.

How to use Mcp_server_client?

Key features of Mcp_server_client

  • Streamlit frontend for user interaction
  • NestJS API with chat, agent, tool agent, and RAG services
  • Integration with multiple MCP servers via SSE
  • Retrieval-augmented generation using PGVector
  • OpenAI API for embeddings and chat completions
  • Storage support: AWS S3, PGVector, PostgreSQL

Use cases of Mcp_server_client

  • Building a chat application that leverages multiple MCP servers as tools
  • Implementing retrieval-augmented generation with a vector database
  • Using an agent-based architecture to orchestrate MCP tool calls

FAQ from Mcp_server_client

What technologies are used in the system?

The system uses Streamlit for the frontend, NestJS for the API, MCP servers as tools, OpenAI for AI services, and storage backends including AWS S3 (via LocalStack), PGVector, and PostgreSQL.

How do MCP servers communicate with the API?

The Tool Agent Service in the NestJS API communicates with MCP servers via SSE (Server-Sent Events) over /sse endpoints.

What storage backends are supported?

The architecture supports AWS S3 (via LocalStack), PGVector (a PostgreSQL vector extension), and standard PostgreSQL.

Does the system use OpenAI?

Yes, the OpenAIService interacts with the OpenAI API for chat completions and embeddings. The RAG service uses embeddings, and the Agent service uses chat completions.

评论

其他 分类下的更多 MCP 服务器