MCP server that can execute terminal commands
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"terminal-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Welcome to The AI Language project! In this repository, you'll find multiple examples of setting up MCP Servers. MCP (Model Context Protocol) is a framework for AI models that enables them to store data, run tools, and use prompts for specific tasks.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools
Manage Supabase projects — databases, auth, storage, and edge functions
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
MCP Security Weekly
Get CVE alerts and security updates for Terminal_server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Welcome to The AI Language project! In this repository, you'll find multiple examples of setting up MCP Servers. MCP (Model Context Protocol) is a framework for AI models that enables them to store data, run tools, and use prompts for specific tasks.
We provide four examples to help you set up your MCP server in different environments. The table below summarizes each configuration:
| Example | Server Type | Transport Method | Environment | Docker | Tutorial Link |
|---|---|---|---|---|---|
| 1 | Terminal Server (STDIO) | STDIO | Local | No | Tutorial 1 |
| 2 | Terminal Server (STDIO) | STDIO | Local | Yes | Tutorial 2 |
| 3 | Terminal Server (SSE) | SSE | Local | Yes | Tutorial 3 |
| 4 | Terminal Server (SSE) | SSE | Google Cloud Platform (Web) | Yes | Tutorial 3 |
If you enjoy learning about AI, coding, and automation, please like and subscribe to the channel — it really helps us make more great content for you!
SUBSCRIBE
MCP (Model Context Protocol) is a protocol that allows AI models to:
This option demonstrates how to set up an MCP server locally using Python without Docker. Follow the video tutorial: Tutorial 1
This option shows how to containerize the MCP server with Docker and run it locally. Follow the video tutorial: Tutorial 2
This option demonstrates how to run an MCP server over SSE using Docker in a local environment. Follow the video tutorial: Tutorial 3
This option details how to deploy the SSE server to Google Cloud Platform using Docker. Follow the video tutorial: Tutorial 3
Once the server is running, you can test it by using prompts in Claude, such as:
Run the command ls in my workspace.Execute echo Hello from Claude.You should see the output directly from your terminal server 🎉
Congrats! You've successfully built an MCP server that can execute terminal commands. You can run it locally or in Docker, depending on your preference.
For any issues or improvements, feel free to contribute and open an issue or pull request in this repository!
At this time, this project does not accept external code contributions.
This is to keep licensing simple and avoid any shared copyright.
You're very welcome to:
✅ Report bugs or request features (via GitHub Issues)
✅ Fork the repo and build your own version
✅ Suggest documentation improvements
If you'd like to collaborate in another way, feel free to open a discussion!