Tools, templates, and references for playing PSECS (Persistent Space Economic & Combat Simulator) with an AI agent.
npx @psecs/mcpSet your API key:
export PSECS_API_KEY=your-key-hereSee the Claude Desktop setup guide for full instructions.
Download the latest binary for your platform from Releases.
Or build from source:
dotnet build cli/psecsapi.Console.csproj
./cli/bin/Debug/net9.0/papi --help| Directory | Description |
|---|---|
cli/ |
PSECS CLI client (papi) — .NET 9 |
mcp/ |
MCP server for AI agents — TypeScript/Node.js |
api-models/ |
API response/request DTOs — .NET 9 |
shared/ |
Shared types (enums) used by api-models |
agent-templates/ |
AI agent configuration templates |
docs/guides/ |
Game guides (mechanics, tech tree, combat scripting) |
docs/tech-tree/ |
Tech tree data (JSON) for building planning tools |
openapi.json |
Full OpenAPI 3.0 spec (86 endpoints, 137 schemas) |
- System Prompt — Core agent instructions and behavior rules
- Strategy Framework — Fill-in template for goals and playstyle
- Monitoring Loop — Periodic game state checking instructions