Skip to main content
Glama

Llama 4 Maverick MCP Server

by YobieBen
__init__.pyโ€ข556 B
""" Llama 4 Maverick MCP Server - Python Implementation Author: Yobie Benjamin Version: 0.9 Date: August 1, 2025 A Python-based Model Context Protocol (MCP) server that bridges Llama models with Claude Desktop through Ollama. This package provides comprehensive tools, prompts, and resources for AI-powered interactions. """ __version__ = "0.9.0" __author__ = "Yobie Benjamin" __date__ = "August 1, 2025" from .server import MCPServer from .config import Config from .llama_service import LlamaService __all__ = ["MCPServer", "Config", "LlamaService"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/YobieBen/llama4-maverick-mcp-python'

If you have feedback or need assistance with the MCP directory API, please join our Discord server