mcp-sandbox
Click on "Install 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: Code Sandbox MCP
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/kkamal11/mcp-sandbox'
If you have feedback or need assistance with the MCP directory API, please join our Discord server