Model Context Protocol (MCP) Agent Frameworks Demo

Created By
andrewginnsa year ago
Repo for demonstrating simple Model Context Protocol (MCP) server with several Agent Frameworks
Overview

What is the Model Context Protocol (MCP) Agent Frameworks Demo?

The Model Context Protocol (MCP) Agent Frameworks Demo is a repository that showcases the usage of a simple MCP server integrated with various agent frameworks, including Google ADK, LangGraph, OpenAI Agents, and Pydantic-AI Agents.

How to use the MCP Agent Frameworks?

To use the MCP Agent Frameworks, clone the repository, set up your environment variables in a .env file, and run any of the sample scripts provided in the basic_mcp_use directory. For example, you can run uv run basic_mcp_use/pydantic_mcp.py which requires a GEMINI_API_KEY.

Key features of the MCP Agent Frameworks?

  • Demonstrates integration with multiple LLM agent frameworks.
  • Provides a simple MCP server for context management.
  • Includes tracing capabilities through Logfire for observability.

Use cases of the MCP Agent Frameworks?

  1. Building AI applications that require context management for LLMs.
  2. Monitoring and tracing LLM agent interactions using Logfire.
  3. Facilitating the development of interoperable AI solutions across different LLM providers.

FAQ from the MCP Agent Frameworks?

  • What is the Model Context Protocol (MCP)?

MCP is a standardized interface that allows applications to provide context for LLMs, simplifying the development process and enhancing interoperability.

  • How do I set up the environment for MCP?

Clone the repository, install required packages, and set up your environment variables in a .env file.

  • Can I use different LLM providers with MCP?

Yes! MCP allows you to switch between different LLM providers without overhauling your tool and data integrations.

Project Info
Created At
a year ago
Updated At
a year ago
Author Name
andrewginns
Star
1
Language
Python
License
-

Recommend Servers

View All
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

5 hours ago
Mnemom

6 hours ago