stk
An MCP server allowing LLMs to interact with Ansys/AGI STK - Digital Mission Engineering Software
How to use
The stk MCP server enables seamless interaction between large language models (LLMs) and Ansys/AGI STK, which is a powerful Digital Mission Engineering software. Developers can utilize this server to simulate complex missions, analyze scenarios, and generate insights by leveraging the advanced modeling capabilities of STK through intuitive command queries. This integration enhances the potential of LLMs in mission planning and analysis tasks.
Once connected to the stk MCP server, you can send structured queries that leverage the capabilities of Ansys STK. Although there are currently no specific tools documented for this server, you can use natural language commands to request information about mission scenarios, satellite orbits, or sensor data. Commands that focus on mission parameters and scenario adjustments work best, allowing for dynamic responses and interactive sessions.
How to install
To install the stk MCP server, ensure you have Node.js installed on your machine. You can quickly start using the server with the following command:
npx -y alti3/stk-mcp
If you prefer a global install, you can clone the repository and set it up manually:
git clone https://github.com/alti3/stk-mcp.git
cd stk-mcp
npm install
Additional notes
When configuring the stk MCP server, ensure you have the correct environment variables set for connecting to the Ansys STK software, as this is crucial for successful interactions. It’s also important to test your commands with a variety of mission scenarios to understand the server's response dynamics and optimize your queries effectively. Keep an eye out for updates in the repository for new features or tools that may enhance functionality.
Related MCP Servers
mcp-rest-api
A TypeScript-based MCP server that enables testing of REST APIs through Cline. This tool allows you to test and interact with any REST API endpoints directly from your development environment.
awesome s
A curated list of excellent Model Context Protocol (MCP) servers.
pfsense
pfSense MCP Server enables security administrators to manage their pfSense firewalls using natural language through AI assistants like Claude Desktop. Simply ask "Show me blocked IPs" or "Run a PCI compliance check" instead of navigating complex interfaces. Supports REST/XML-RPC/SSH connections, and includes built-in complian
mcp-sysoperator
MCP for Ansible, Terraform, LocalStack, and other IaC tools. Create and iterate IaC
fegis
Define AI tools in YAML with natural language schemas. All tool usage is automatically stored in Qdrant vector database, enabling semantic search, filtering, and memory retrieval across sessions.
vector_mcp
A server implementation for the Model Context Protocol (MCP) in Ruby.