PydanticAI MCP Experiment
@eschmidt42
PydanticAI MCP Experiment について
Minimalist examples to provide your own MCP servers to your local llm models.
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is PydanticAI MCP Experiment?
PydanticAI MCP Experiment provides minimalist examples for running your own MCP servers with local LLM models. It uses pydantic_ai and local models via Ollama, offering four different transport configurations under the examples/ folder. This project is aimed at developers who want to get hands‑on experience with MCP clients and servers.
How to use PydanticAI MCP Experiment?
The project is managed with uv. After cloning, run uv sync to install dependencies. Then change into any example folder (e.g., examples/0_subprocess) and start the server with python server.py, followed by python client.py in another terminal. The setup uses Logfire for logging, which will prompt for authentication on first run.
Key features of PydanticAI MCP Experiment
- Four transport examples: stdio, HTTP via mcp.run, FastAPI, and Starlette
- Uses
pydantic_aiand local Ollama models - Minimal, self‑contained client/server pairs per example
- Logging integration with Logfire (optional)
- Managed with
uvfor reproducible environments
Use cases of PydanticAI MCP Experiment
- Experimenting with MCP servers on a local machine
- Comparing different transport protocols (stdio vs HTTP)
- Prototyping MCP‑based AI assistants with
pydantic_ai - Learning how to integrate MCP with local LLM models
FAQ from PydanticAI MCP Experiment
What is required to run the examples?
You need Python and uv. The project also assumes you have a local Ollama instance available for the LLM models.
How do I set up the project?
Run uv sync in the root directory to install all dependencies. No additional configuration is required.
How do I run an example?
Change to the example folder (e.g., examples/0_subprocess), start the server with python server.py, then in another terminal run python client.py.
What logging is used and can I change it?
The project uses Logfire by default. You will be asked to authenticate on first run. You can switch to an alternative OpenTelemetry backend like otel‑tui, but the README notes that prompt and response messages may not be displayed that way.
What MCP transport protocols are available?
The examples include stdio (via subprocess) and three HTTP variants: using mcp.run, FastAPI, and Starlette.
「その他」の他のコンテンツ
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Servers
modelcontextprotocolModel Context Protocol Servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
コメント