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: Echo 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 installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityBmaintenanceAn MCP server to run commands.Last updated1435230MIT
- Flicense-qualityDmaintenanceA simple demonstration MCP server that provides an echo tool and resource for learning how to build MCP servers. Serves as a starting point and template for creating custom MCP server implementations.Last updated
- Flicense-qualityDmaintenanceA 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.Last updated
- Flicense-qualityBmaintenanceA test MCP server that exercises all protocol features including tools, resources, prompts, and sampling to help client builders validate implementations.Last updated1
Related MCP Connectors
An MCP server for deep research or task groups
A basic MCP server to operate on the Postman API.
A MCP server built for developers enabling Git based project management with project and personal…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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