MCP Directory
Back

mcp-web-knowledge-coach

by Ramakrishna-Gedala · Python · ★ 1

This repository contains a streaming [Model Context Protocol](https://modelcontextprotocol.io/) server implemented in Python and a React web client that interacts with it over the Streamable HTTP transport. It is designed for demos and for training new learners on MCP concepts.

Install

pip install git+https://github.com/Ramakrishna-Gedala/mcp-web-knowledge-coach.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-web-knowledge-coach": {
      "command": "uvx",
      "args": [
        "git+https://github.com/Ramakrishna-Gedala/mcp-web-knowledge-coach.git"
      ]
    }
  }
}

From the README

A full-stack demonstration of the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) featuring a streaming Python server and a React web client communicating over the **Streamable HTTP** transport. Built for demos, workshops, and training new learners on MCP concepts. | Layer | Technology | Purpose | |-------|-----------|---------| | **Backend Runtime** | Python 3.11+ | Server language | | **MCP Framework** | [FastMCP](https://github.com/modelcontextprotocol/python-sdk) ( package) | MCP protocol abstractions (resources, tools, prompts) | | **Web Framework** | FastAPI 0.115+ | HT…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related other servers