The Trench 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., "@The Trench MCP ServerWhat is the current simulation state?"
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.
The Trench MCP Server
MCP Server for controlling satellite ground station operations in the Trench simulation.
Available Tools
🛰️ Simulation State Tools
get_simulation_state()- Get comprehensive simulation state including satellite position, contact status, and timingget_current_time()- Get current simulation time and real-world UTC timerestart_simulation()- Restart simulation from beginning, resetting all state to epoch time
📡 Pass Management Tools
get_all_passes()- Get complete schedule of all satellite passes over ground stationget_next_pass()- Get information about next upcoming satellite passget_current_pass()- Get information about currently active satellite pass (if any)
⏰ Timing and Waiting Tools
wait_until_time(target_sim_time)- Wait until simulation reaches specific time (seconds since epoch)wait_for_next_pass()- Wait until next satellite pass begins (AOS)
📥 Downlink Control Tools
start_downlink(kb_requested, max_minutes=10)- Start data downlink session during active passstop_downlink()- Stop current data downlink session
🎯 Ground Station Control Tools
get_ground_station_state(gs_id="DEMO-GS")- Get current antenna position and modepoint_antenna(azimuth, elevation, gs_id="DEMO-GS")- Point antenna to specific anglestrack_satellite(sat_id="LEO-001", gs_id="DEMO-GS")- Start automatic satellite trackingstop_tracking(gs_id="DEMO-GS")- Stop satellite tracking, return to idlepark_antenna(gs_id="DEMO-GS")- Park antenna in safe position
🏥 Health and Monitoring Tools
get_satellite_health(sat_id="LEO-001")- Get satellite health and telemetry information
All tools use authenticated API calls with Bearer token authorization to interact with the Trench simulation API.
Related MCP server: spacetrack-mcp
Usage with Claude Desktop
To use this server with the Claude Desktop app, add the following configuration to the "mcpServers" section of your claude_desktop_config.json:
Option 1: Direct installation from GitHub (Recommended)
{
"mcpServers": {
"trench-mcp-server": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/jasonmeverett/the-trench-mcp@main",
"run-server"
],
"env": {
"TRENCH_API_URL": "https://the-trench.ml-2cba638a-03a.eng-ml-i.svbr-nqvp.int.cldr.work/",
"TRENCH_API_KEY": "<apiv2 key>"
}
}
}
}Transport
The MCP server's transport protocol is configurable via the MCP_TRANSPORT environment variable. Supported values:
stdio(default) — communicate over standard input/output. Useful for local tools, command-line scripts, and integrations with clients like Claude Desktop.http- expose an HTTP server. Useful for web-based deployments, microservices, exposing MCP over a network.sse— use Server-Sent Events (SSE) transport. Useful for existing web-based deployments that rely on SSE.
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.
Related MCP Servers
- Flicense-qualityFmaintenanceAn MCP server that enables Large Language Models or other MCP clients to interact with Ansys/AGI STK (Systems Tool Kit), allowing users to control STK Desktop simulations programmatically or via natural language.Last updated42
- Flicense-qualityCmaintenanceMCP server that wraps the NASA Space-Track API to provide tools for TLE lookup, conjunction query, and satellite catalog search.Last updated
- Alicense-qualityDmaintenanceMCP server for interacting with QUADS infrastructure systems via API, enabling resource management and automation through LLM applications.Last updatedMIT
- AlicenseCqualityCmaintenanceMCP server for the Geopera geospatial data platform that enables AI agents to discover imagery, place and manage orders, and run analytics using the same API as other Geopera clients.Last updated100MIT
Related MCP Connectors
MCP server for Mireye Earth — federal-source-cited geospatial data for any MCP-aware agent.
MCP server for interacting with the Supabase platform
MCP server exposing live Helldivers 2 galactic war data.
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/jasonmeverett/the-trench-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server