agents-mcp-usage
Verified Safeby kikzi
Overview
This repository demonstrates the integration of a Model Context Protocol (MCP) server with various AI agent frameworks, showcasing agent communication and operation within a shared context.
Installation
uv run run_server.py stdioEnvironment Variables
- GEMINI_API_KEY
- LOGFIRE_TOKEN
- OPENAI_API_KEY
Security Notes
The server primarily operates via standard I/O for inter-process communication, reducing direct network exposure. API keys are loaded from environment variables, avoiding hardcoded secrets. The provided tools ('add', 'get_current_time', 'get_greeting') are simple and deterministic, posing minimal security risks. No 'eval' or obfuscation is present in the provided code.
Similar Servers
fastmcp
FastMCP is an ergonomic interface for the Model Context Protocol (MCP), providing a comprehensive framework for building and interacting with AI agents, tools, resources, and prompts across various transports and authentication methods.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
mcp-python-starter
A feature-complete Model Context Protocol (MCP) server template in Python for developing AI applications and agents.