- Explore MCP Servers
- osc-mcp
Osc Mcp
What is Osc Mcp
osc-mcp is a server that exposes OSC debugging tools via the MCP protocol, designed for use with clients like Cursor, VSCode, or Vim to mediate between LLMs and tool endpoints.
Use cases
Use cases for osc-mcp include debugging applications running on Openshift, integrating LLMs with development tools, and providing real-time debugging information to developers.
How to use
To use osc-mcp, create a Python virtual environment, activate it, install the server using pip, and start it by running ‘python -m oscd.server -t sse’. Then, connect your MCP client to ‘http://localhost:8000/sse’.
Key features
Key features of osc-mcp include its ability to facilitate debugging for Openshift clusters, integration with LLMs, and support for various clients such as Cursor and VSCode.
Where to use
osc-mcp is primarily used in software development and debugging environments, particularly for applications involving Openshift Sandboxed Containers and LLMs.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Osc Mcp
osc-mcp is a server that exposes OSC debugging tools via the MCP protocol, designed for use with clients like Cursor, VSCode, or Vim to mediate between LLMs and tool endpoints.
Use cases
Use cases for osc-mcp include debugging applications running on Openshift, integrating LLMs with development tools, and providing real-time debugging information to developers.
How to use
To use osc-mcp, create a Python virtual environment, activate it, install the server using pip, and start it by running ‘python -m oscd.server -t sse’. Then, connect your MCP client to ‘http://localhost:8000/sse’.
Key features
Key features of osc-mcp include its ability to facilitate debugging for Openshift clusters, integration with LLMs, and support for various clients such as Cursor and VSCode.
Where to use
osc-mcp is primarily used in software development and debugging environments, particularly for applications involving Openshift Sandboxed Containers and LLMs.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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:
python3 -m venv .venv
source .venv/bin/activate
Install with:
uv pip install -e .
Starting the server
To start the server manually, run the following command:
python -m oscd.server -t sse
Then, point your MCP client to:
http://localhost:8000/sse
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.