mcp-sandbox
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-sandboxlist available tools"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Running the MCP Server with Inspector
Starting the MCP Inspector
Below inspector can be used to monitor and debug your MCP server. To start the MCP Inspector, run the following command in your terminal:
npm install -g @modelcontextprotocol/inspector
mcp-inspectorThis will launch the MCP Inspector in your default web browser.
Related MCP server: Learn MCP Server
Running the MCP Server
In a separate terminal, navigate to the directory where your MCP server code is located and start the server:
source venv/bin/activate # Activate your virtual environment if you have one
python3 main.pyConnecting to the MCP Server
Once the MCP Inspector is running, you can connect to your MCP server as follows:
STDIO Transport
In the MCP Inspector, select Transport Type (by default STDIO)
In the Command field, enter the command to start your MCP server (e.g.,
python3).In the Arguments field, enter the path to your MCP server script (e.g.,
main.py).Click the "Connect" button to establish a connection between the MCP Inspector and your MCP server.
Streamable HTTP Transport
In the MCP Inspector, select Transport Type (Streamable HTTP).
In the URL field, enter the URL where your MCP server is running (e.g.,
http://localhost:8005/mcp).Click the "Connect" button to establish a connection between the MCP Inspector and your MCP server.
You should now see the MCP server's logs and interactions in the MCP Inspector interface, allowing you to monitor and debug your MCP server effectively.
List Tools in the tools tab and Test. You can see the available tools and their descriptions in the MCP Inspector's Tools tab. You can also test the tools by sending requests to your MCP server and observing the responses in the MCP Inspector.
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server to assist with JxBrowser development.
Related MCP Servers
- MIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server designed for learning and experimentation. It provides a foundational setup for developers to build, run, and debug MCP server implementations using Node.js.-
- AlicenseAqualityDmaintenanceAn MCP server that exposes Python debugging tools backed by debugpy, providing a focused debugging surface for local scripts.11MIT
- FlicenseNot gradedqualityCmaintenanceA lightweight local MCP server built with FastMCP for exposing custom tools to MCP-compatible clients. Enables local development and testing of MCP tools and resources.1-