MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

A
Agentic MCP Server

Model Context Protocol built for context exchange between LLMs and external resources

创建于 5/17/2026
更新于 3 days ago
Repository documentation and setup instructions

title: MCP Gateway emoji: 🤖 colorFrom: blue colorTo: green sdk: docker pinned: false

MCP Gateway Server

MCP server built with FastMCP, exposing tools via streamable-http transport.

Endpoint

/mcp

快速设置
此服务器的安装指南

安装包 (如果需要)

uvx agentic_mcp_server

Cursor 配置 (mcp.json)

{ "mcpServers": { "abideenz01-agentic-mcp-server": { "command": "uvx", "args": [ "agentic_mcp_server" ] } } }