This is a read-only doorway into a strateegia account: it tells an assistant what projects and labs exist so the rest of the conversation has something concrete to work from. Do not expect to create or edit anything through it — the exposed surface is the listing.
A small Node MCP server that connects to the strateegia API with your account key and makes your projects readable from Claude, Cursor or any MCP client. The surface is deliberately narrow: one listing tool covering projects and labs.
- A single tool that lists every accessible project and lab on your strateegia account
- Detailed information about those labs and projects, in the assistant rather than the web app
- A plain stdio server you launch with node and a path — no service to keep running
- Configuration examples for Claude for Desktop and for Cursor
A valid strateegia API key, exported as STRATEEGIA_API_KEY, and Node.js v16 or higher. Clone, `npm install`, `npm run build`, then point your client at dist/index.js with the key in the environment block. MIT licensed.
Build from source — clone the repository and build it, then point your client at the binary
