Labsco
MCP SERVER

Strateegia

by filipecalegario

Lists your strateegia projects and labs inside an assistant, so a conversation can start from what is actually in your workspace.

Project & Task Management
Summary
One tool, and it is the one you need first.

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.

What it is

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.

What you get
  • 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
Requirements

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.

Setup effort

Build from source — clone the repository and build it, then point your client at the binary