Skip to main content
Glama

Skemati.ca MCP SSE Server

by juanrave
  • Apple
  • Linux

SSE (Server-Sent Events) is a technology used in Model Context Protocol (MCP) to enable real-time, server-pushed updates to clients over a single HTTP connection. In MCP, SSE facilitates communication between AI models and tools, allowing the server to stream responses back to the client in real-time. This is particularly useful for remote MCP servers where the client and server are not on the same machine.

if name == "main": mcp.run(transport="streamable-http")

npx -p mcp-remote@latest mcp-remote-client http://localhost:8000/mcp/sse

uv init skemati.ca.mcp.sse cd skemati.ca.mcp.sse uv venv source .venv/bin/activate
uv add "mcp[cli]" httpx
uv python pin 3.10

sudo apt update
sudo apt install python3.10 python3.10-dev pip3 install fastapi uvicorn /Library/Developer/CommandLineTools/usr/bin/python3 -m pip install --upgrade pip uv add fastapi uvicorn

python3 -m ensurepip --upgrade python3 -m pip install fastapi uvicorn

uv add fastapi uvicorn

uv run base.py

tail -n 20 -f ~/Library/Logs/Claude/mcp*.log

-
security - not tested
F
license - not found
-
quality - not tested

A Model Context Protocol (MCP) server implementation that uses Server-Sent Events (SSE) to enable real-time, server-pushed updates between AI models and tools over HTTP connections.

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    A server for Model Context Protocol (MCP) that uses Server-Sent Events (SSE) for streaming communication, enabling tools like the HackerNews API to be accessed through a secure HTTP+SSE transport.
    Last updated -
    23
    TypeScript
  • -
    security
    A
    license
    -
    quality
    A template repository for building Model Context Protocol (MCP) servers that enables developers to create interactive AI agents with real-time bidirectional communication capabilities through WebSocket and SSE endpoints.
    Last updated -
    TypeScript
    MIT License
  • -
    security
    A
    license
    -
    quality
    A high-performance Model Context Protocol (MCP) server designed for large language models, enabling real-time communication between AI models and applications with support for session management and intelligent tool registration.
    Last updated -
    2
    Python
    MIT License
  • -
    security
    F
    license
    -
    quality
    A Model Context Protocol server that enables real-time communication using Server-Sent Events (SSE), providing standardized model management and resource templating capabilities.
    Last updated -
    TypeScript

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/juanrave/skemati.ca.mcp.sse'

If you have feedback or need assistance with the MCP directory API, please join our Discord server