L
Learn MCP
by @jrobertboos
MCP server by jrobertboos
Created 5/29/2025
Updated 4 days ago
README
Repository documentation and setup instructions
Learn MCP
Requirements
pip install -r requirements.txt
Running the MCP server
- Create
Recipes
directory inlearn-mcp
directory. - From
learn-mcp
runpython servers/recipes/server.py
Running the llama-stack server
- Export your OPENAI API key by running the following
export OPENAI_API_KEY="..."
- Run the command
llama stack run run.yml
Running the chat client
- Get the
host
andport
from the llama-stack server - Run the following command
python chat.py <host> <port>
Quick Setup
Installation guide for this server
Cursor configuration (mcp.json)
{
"mcpServers": {
"jrobertboos-learn-mcp": {
"command": "jrobertboos-learn-mcp",
"args": []
}
}
}