Content
# OSC MCP Server Demo
## What?
Exposes OSC debugging tools via the MCP protocol.
Intended for use with clients like Cursor, VSCode,
or Vim that mediate between LLMs (e.g., local
Ollama) and tool endpoints.
This is just an experimental demonstration of a MCP
server talking with Openshift clusters to debug the
Openshift Sandboxed Containers operator using LLM.
## Installing
Create and activate the env:
```bash
python3 -m venv .venv
source .venv/bin/activate
```
Install with:
```bash
uv pip install -e .
```
## Starting the server
To start the server manually, run the following command:
```bash
python -m oscd.server -t sse
```
Then, point your MCP client to:
```
http://localhost:8000/sse
```
You Might Also Like
Ollama
Ollama enables easy access to large language models on various platforms.

n8n
n8n is a secure workflow automation platform for technical teams with 400+...
OpenWebUI
Open WebUI is an extensible web interface for customizable applications.

Dify
Dify is a platform for AI workflows, enabling file uploads and self-hosting.

Zed
Zed is a high-performance multiplayer code editor from the creators of Atom.
MarkItDown MCP
markitdown-mcp is a lightweight MCP server for converting various URIs to Markdown.