Mcp Agents Basic
@Jason-CKY
关于 Mcp Agents Basic
basic demo of a MCP server and client
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-agents-basic": {
"command": "uv",
"args": [
"sync"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Mcp Agents Basic?
This repository provides a basic MCP (Model Context Protocol) server and agent setup. It runs an MCP server using fastmcp and an MCP agent using gradio and smolagents, all managed with the uv package manager. It is intended for developers who want a minimal starting point for MCP-based tool interaction.
How to use Mcp Agents Basic?
Install dependencies with uv sync. Start the MCP server by running fastmcp run server.py. Start the interactive MCP agent by running uv run client.py.
Key features of Mcp Agents Basic
- Uses
fastmcpto run the MCP server - Integrates
gradiofor a web-based user interface - Employs
smolagentsfor agent logic - Managed entirely with the
uvpackage manager - Single repository for both server and client
Use cases of Mcp Agents Basic
—
FAQ from Mcp Agents Basic
How do I install Mcp Agents Basic?
Run uv sync to install all required dependencies.
How do I start the MCP server?
Run fastmcp run server.py to launch the MCP server.
How do I start the MCP agent?
Run uv run client.py to start the agent with Gradio and smolagents.
What technologies does the MCP agent use?
The agent uses gradio for the interface and smolagents for agent logic.
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
Awesome Mlops
visengerA curated list of references for MLOps
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论