L
Llama Stack MCP Demo
MCP server by gallettilance
Created 5/29/2025
Updated 4 days ago
README
Repository documentation and setup instructions
Llama Stack + MCP
- Run the MCP server (see the README.md in
mcp-server
) - Run the llama stack server (see the README.md in
stack-server
) - 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"
]
}
}
}