MCP Servers

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

MCP server by jrobertboos

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

Learn MCP

Requirements

pip install -r requirements.txt

Running the MCP server

  1. Create Recipes directory in learn-mcp directory.
  2. From learn-mcp run python servers/recipes/server.py

Running the llama-stack server

  1. Export your OPENAI API key by running the following export OPENAI_API_KEY="..."
  2. Run the command llama stack run run.yml

Running the chat client

  1. Get the host and port from the llama-stack server
  2. 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": [] } } }