C
Curl To Context
This educational demo teaches the Model Context Protocol (MCP) - a protocol for AI assistants to interact with external tools and data sources.
Created 10/28/2025
Updated about 2 months ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-curl_to_context
Cursor configuration (mcp.json)
{
"mcpServers": {
"mehdibukhari-curl-to-context": {
"command": "npx",
"args": [
"mehdibukhari-curl-to-context"
]
}
}
}