Skip to content
VS Code

Systemonomic — Work Domain Analysis & AI Task Suitability for VS Code

io.github.tonyc23/systemonomic-mcp

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

client:VS Code transport:stdio runtime:pypi

Install Systemonomic — Work Domain Analysis & AI Task Suitability in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "systemonomic-api-key",
      "description": "SYSTEMONOMIC_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "systemonomic-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "systemonomic-mcp"
      ],
      "env": {
        "SYSTEMONOMIC_API_KEY": "${input:systemonomic-api-key}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

Systemonomic — Work Domain Analysis & AI Task Suitability in other clients