MCP Servers

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

L
Llama Stack MCP Demo

MCP server by gallettilance

Created 5/29/2025
Updated 4 days ago
Repository documentation and setup instructions

Llama Stack + MCP

  1. Run the MCP server (see the README.md in mcp-server)
  2. Run the llama stack server (see the README.md in stack-server)
  3. Run the Agent (see the README.md in client)
Quick Setup
Installation guide for this server

Install Package (if required)

uvx llama-stack-mcp-demo

Cursor configuration (mcp.json)

{ "mcpServers": { "gallettilance-llama-stack-mcp-demo": { "command": "uvx", "args": [ "llama-stack-mcp-demo" ] } } }