Terminal Command MCP Server
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., "@Terminal Command MCP Serverlist files in the workspace"
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.
Multi Agent Orchestration with MCP and A2A
An early-stage project exploring multi-agent orchestration with the Model Context Protocol (MCP) and agent-to-agent style coordination.
The current focus is a local MCP server that connects to Claude Desktop and can run terminal commands in a controlled workspace.
Project Status
Status: Early development
Phase: Foundation setup and MCP integration
Current focus: Claude Desktop connection, terminal tool behavior, and project tracking
Related MCP server: Claude Desktop Commander MCP
What This Project Is About
This repository is a practical experiment in combining:
Model Context Protocol for tool integration
Multi-agent orchestration ideas
Local command execution through a custom MCP server
Claude Desktop as the front-end interface for interacting with tools
The goal is to build a small but useful orchestration setup that can grow over time.
Current Highlights
MCP server created using FastMCP
Claude Desktop config connected to the local server
Terminal command execution tool being tested
Working directory issues identified and fixed
Project progress and fixes tracked in dedicated log files
Project Structure
mcp/servers/terminal_server/terminal_server.py- MCP server for running terminal commandsFIXES.md- Detailed log of fixes, file changes, and reasoningPROJECT_STATUS.md- Progress tracker and GitHub push historymain.py- Project entry point or placeholder scriptpyproject.toml- Python project configurationuv.lock- Locked dependency state foruv
MCP Server Overview
The current MCP server exposes a terminal command tool that:
accepts a command string
runs it through
subprocessreturns command output or errors
uses a stable default workspace on the Desktop
This was added so Claude Desktop can interact with local commands without relying on a fragile working directory.
Setup
1. Create the virtual environment
uv venvThis 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
- 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/Saad-Dev13/Multi_Agent_Orchestration_with_MCP_and_A2A'
If you have feedback or need assistance with the MCP directory API, please join our Discord server