MCP Servers

MCP Servers

junfanz1

云平台
访问服务器

README

MCP-AI-Infra-Real-Time-Agent

Developed an MCP-based AI infrastructure enabling real-time tool execution, structured knowledge retrieval, and dynamic agentic interactions for AI clients like Claude and Cursor.

Project Overview

The MCP-Servers project is focused on implementing and extending an MCP (Model-Controlled Protocol) Server that facilitates real-time, documentation-grounded responses for AI systems like Claude and Cursor. The goal is to integrate an MCP client-server architecture that enables AI models to access structured knowledge and invoke specific tools dynamically.

image

image

image

image

image

Core Objectives

1. MCP Client-Server Integration

  • Implement an MCP server that connects to AI clients such as Claude 3.7 Sonnet Desktop and Cursor.
  • Use an existing MCP framework (e.g., mcpdoc) to avoid reinventing core functionalities.

2. Extending MCP Server Capabilities

  • Develop custom tools for the MCP server, particularly for fetching external data such as weather forecasts and alerts.
  • Expose these functionalities as MCP tools (get_forecast, get_alerts), making them available to AI clients.

3. Enhancing AI Tool Execution

  • Enable AI models to interact with the MCP server by invoking tools with user approval.
  • Ensure proper handling of resources (e.g., API responses, file contents) and prompts (pre-written templates for structured tasks).

MCP Architecture & Workflow

1. MCP as a Universal AI Interface

  • MCP functions as an interoperability layer, allowing external AI applications (Claude, Cursor, etc.) to interact with structured data sources and executable functions.
  • It follows a USB-C-like architecture, where an MCP server acts as an external plugin that can be connected to various AI systems.

2. MCP Client-Server Roles

MCP Client (embedded in an AI host like Claude or Cursor)

  • Requests tools, queries resources, and processes prompts.
  • Acts as a bridge between the AI system and the MCP server.

MCP Server (implemented locally)

  • Exposes tools (e.g., weather APIs) to be called dynamically by AI clients.
  • Provides resources (e.g., API responses, database queries).
  • Handles prompts to enable structured user interactions.

Key Features & Future Enhancements

  • Agentic Composability: The architecture allows multi-layer agentic interactions, where an AI agent can act as both an MCP client and server. This enables modular, specialized agents to handle different tasks.
  • Self-Evolving AI via Registry API: Future iterations could support dynamic tool discovery, where AI clients can register and discover new MCP capabilities in real time.
  • Development & Debugging Support: Utilize Anthropic’s MCP Inspector to test and debug MCP interactions interactively without requiring full deployment.

Conclusion

This project builds an MCP-driven AI infrastructure that connects AI models with real-time structured knowledge, extends their capabilities via custom tool execution, and enhances agentic composability. The goal is to create an adaptive, plugin-like AI system that can integrate into multiple hosts while dynamically evolving through tool registration and runtime discoveries.

Appendix

  • Not reinvent the wheel

image

MCP is like USB-C, MCP server is like external device that can connect with AI (Claude Desktop) or cloud app. We can write functionality once, and plug into many MCP hosts. MCP client sits inside MCP hosts to 1:1 interact with MCP servers via MCP protocol. MCP clients invoke tools, queries for resources, interpolate prompts; MCP server expose tools (model-controlled: retrieve, DB update, send), resources (app-controlled: DB records, API), prompts (user-controlled: docs).

MCP + Containerizing

Initialize project with UV, create virtual environment with UV, install dependencies (MCP [CLI]), index official MCP documentation with Cursor, update project with Cursor rules

image

image

image

image

image

Vibe coding

  • @server.py implement a simple MCP server from @MCP . Use the Python SDK @MCP Python SDK and the server should expose one tool which is called terminal tool which will allow user to run terminal commands, make it simple
  • help me expose a resource in my mcp server @MCP, again use @MCP Python SDK to write the code. I want to expose mcpreadme.md under my Desktop directory.

推荐服务器

contentful-mcp

contentful-mcp

在你的 Contentful Space 中更新、创建、删除内容、内容模型和资源。

精选
TypeScript
Supabase MCP Server

Supabase MCP Server

一个模型上下文协议(MCP)服务器,它提供对 Supabase 管理 API 的编程访问。该服务器允许 AI 模型和其他客户端通过标准化的接口来管理 Supabase 项目和组织。

精选
JavaScript
Azure MCP Server

Azure MCP Server

通过 Claude Desktop 实现与 Azure 服务的自然语言交互,支持资源管理、订阅处理和租户选择,并提供安全身份验证。

官方
本地
TypeScript
Settlemint

Settlemint

Leverage SettleMint's Model Context Protocol server to seamlessly interact with enterprise blockchain infrastructure. Build, deploy, and manage smart contracts through AI-powered assistants, streamlining your blockchain development workflow for maximum efficiency.

官方
本地
TypeScript
Brev

Brev

在云端运行、构建、训练和部署机器学习模型。

官方
本地
Python
Story Protocol SDK MCP

Story Protocol SDK MCP

This server provides MCP (Model Context Protocol) tools for interacting with Story's Python SDK. Features Get license terms Mint and register IP Asset with PIL Terms Mint license tokens Send $IP to a wallet Upload image to ipfs via Pinata [External] Upload ip and nft metadata via Pinata [External]

官方
Python
Tembo MCP Server

Tembo MCP Server

一个 MCP 服务器,它使 Claude 能够与 Tembo Cloud 平台 API 交互,从而允许用户通过自然语言管理 Tembo Cloud 资源。

官方
TypeScript
Workers MCP

Workers MCP

一个连接 Claude Desktop 和其他 MCP 客户端到 Cloudflare Workers 的软件包,从而可以通过模型上下文协议,使用自然语言访问自定义功能。

官方
TypeScript
Appwrite MCP Server

Appwrite MCP Server

一个模型上下文协议服务器,允许 AI 助手与 Appwrite 的 API 交互,从而提供管理 Appwrite 项目中数据库、用户、函数、团队和其他资源的工具。

官方
Python
MCP2Lambda

MCP2Lambda

通过 MCP 协议,人工智能模型能够与 AWS Lambda 函数交互,从而在安全的环境中访问私有资源、实时数据和自定义计算。

官方
Python