← Back to browse

Systemonomic — Work Domain Analysis & AI Task Suitability

Indexed by io.github.TonyC23

About

Model work domains, score tasks for AI suitability, and design organisations.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSYSTEMONOMIC_API_KEY
Claude Code
claude mcp add --env SYSTEMONOMIC_API_KEY= systemonomic-mcp -- uvx systemonomic-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"systemonomic-mcp","command":"uvx","args":["systemonomic-mcp"],"env":{"SYSTEMONOMIC_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "systemonomic-mcp": {
      "command": "uvx",
      "args": [
        "systemonomic-mcp"
      ],
      "env": {
        "SYSTEMONOMIC_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.