{
  "markdown": "# Selis MCP Server & CLI\n\n[![SSPL-1.0](https://img.shields.io/badge/license-SSPL--1.0-blue)](LICENSE)\n[![Registry](https://img.shields.io/badge/mcp-registry.modelcontextprotocol.io-8A2BE2)](https://registry.modelcontextprotocol.io/?q=selis)\n\nMCP server for [Selis](https://selis.app) — a comprehensive transformation management platform. Manage PMO entities (actions, risks, issues, projects, deliverables, decisions, KPIs, objectives) from any MCP-compatible agent.\n\nWorks with **Claude Code**, **Codex**, **Cursor**, **Zed**, or any MCP client.\n\n## Quick Start\n\n```bash\n# Authenticate once\nSELIS_ENV=dev SELIS_ORG=CalxC npx @calx/selis-mcp\n```\n\nOpens your browser → log in → click Authorize. Token saved to `~/.selis/auth.json`.\n\n### Client Config (`.mcp.json`)\n\n```json\n{\n  \"mcpServers\": {\n    \"selis\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@calx/selis-mcp\"],\n      \"env\": { \"SELIS_ENV\": \"dev\", \"SELIS_ORG\": \"CalxC\" }\n    }\n  }\n}\n```\n\n## CLI\n\n```bash\nselis actions list --scope mine --search \"budget\"\nselis actions get ACT-0859\nselis risks create --data 'title: Supplier delay\\nseverity: high'\nselis actions update abc-123 --data 'status: closed'\n```\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `selis_list` | List entities with search, scope, filters, pagination |\n| `selis_get` | Get entity by ID or prefixed ref (`ACT-0859`) |\n| `selis_describe` | Show fields, PMO concepts, valid enum values |\n| `selis_create` | Create entity |\n| `selis_update` | Update entity fields |\n| `selis_delete` | Delete entity |\n| `selis_comments_list` | List / thread comments on an item |\n| `selis_comment_add` | Add comment or reply |\n\n## Deploy\n\n```bash\n# Docker\ndocker build -t selis-mcp .\ndocker run -p 3773:3773 -e SELIS_ENV=dev selis-mcp\n\n# HTTP mode (debugging)\nnpx @calx/selis-mcp dev CalxC --http 3773\n```\n\n## License\n\n[Server Side Public License v1](LICENSE) — free to use and modify. The SSPL ensures that anyone who offers the functionality as a service must also release the source.\n",
  "bytes": 2007,
  "sha": "dc8d77ef41e9b8f116d9271f6b9ab0f9ba9787b810757870fc221ac4eb6ae532",
  "repo_slug": "calx-sa/selis-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_app_selis_mcp_pmo_d8d0ead1/readme"
}