MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

Adapter for handling Pydantic models in llama mcp.

Created 7/18/2025
Updated 4 days ago
Repository documentation and setup instructions

llama-mcp-adapter

Adapter for handling Pydantic models and custom types in llama mcp.

Installations

uv add "llama-mcp-adapter @ git+https://github.com/the-momentum/llama-mcp-adapter"

Usage

from llama_mcp_adapter.adapter import McpToolSpecAdapter
Quick Setup
Installation guide for this server

Install Package (if required)

uvx llama-mcp-adapter

Cursor configuration (mcp.json)

{ "mcpServers": { "the-momentum-llama-mcp-adapter": { "command": "uvx", "args": [ "llama-mcp-adapter" ] } } }