Skip to content

Repository files navigation

PSECS — Public Tools & Resources

Tools, templates, and references for playing PSECS (Persistent Space Economic & Combat Simulator) with an AI agent.

Quick Start

MCP Server (Recommended for Claude, Cursor, and other MCP clients)

npx @psecs/mcp

Set your API key:

export PSECS_API_KEY=your-key-here

See the Claude Desktop setup guide for full instructions.

CLI

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

What's in This Repo

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)

Agent Templates

Links

About

Public repository for PSECSAPI - agent tools, configurations, cli, models, and more

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages