MCP.so
登录

mcp-projects

@SrGrace

关于 mcp-projects

My Projects Repo for MCP (Model Context Protocol)

基本信息

分类

其他

许可证

MIT license

运行时

python

传输方式

stdio

发布者

SrGrace

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is mcp-projects?

mcp‑projects is an open‑source repository of example projects that demonstrate the Model Context Protocol (MCP). It provides reusable MCP server and client code, along with integration examples for IBM watsonx.ai and Tavily, and is intended for developers learning or implementing context‑aware AI systems.

How to use mcp-projects?

Clone the repository, install the required Python packages (e.g., mcp, fastapi, llama-index, etc.) with pip, create a .env file with credentials for IBM watsonx and Tavily, then run the MCP servers first and the clients afterward. The project is designed to be agnostic to the LLM provider with minor changes.

Key features of mcp-projects

  • Open‑source collection of MCP server and client examples
  • Integrates with IBM watsonx.ai and Tavily search
  • Agnostic to the LLM provider (adjustable with few changes)
  • Includes both server and client run scripts
  • Educational explanation of the Model Context Protocol

Use cases of mcp-projects

  • Learning how to implement MCP servers and clients
  • Building and testing context‑aware AI applications
  • Experimenting with different LLM providers in an MCP setup
  • Creating prototypes that maintain conversation memory across sessions

FAQ from mcp-projects

What is the Model Context Protocol (MCP)?

MCP is a standardized way for applications to provide AI models with richer context about their environment, user preferences, and conversation history, solving the problem of limited “working memory” in AI systems.

What dependencies are required to run the projects?

The projects require Python packages such as mcp, fastapi, uvicorn, fastapi-mcp, llama-index, llama-index-embeddings-huggingface, llama-index-llms-langchain, langchain-mcp-adapters, and mcp-use, installed via pip.

How do I configure API keys?

Create a .env file in the root folder with the following credentials: API_KEY, PROJECT_ID, IBM_CLOUD_URL, MODEL_ID (for IBM watsonx.ai), and TAVILY_API_KEY (for web search).

Can I use a different LLM provider instead of IBM watsonx?

Yes, the projects are agnostic to the LLM provider, though a few code changes are needed to adapt to a different provider.

How should I run the servers and clients?

Always run the MCP servers first, and only then run the clients.

评论

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