npm @calx/selis-mcpstreamable-httpupdated 4mo ago
MCP server for Selis — a comprehensive transformation management platform. Manage PMO entities (actions, risks, issues, projects, deliverables, decisions, KPIs, objectives) from any MCP-compatible agent.
What can you do with Selis MCP?
Selis MCP Server & CLI
MCP server for Selis — a comprehensive transformation management platform. Manage PMO entities (actions, risks, issues, projects, deliverables, decisions, KPIs, objectives) from any MCP-compatible agent.
Works with Claude Code, Codex, Cursor, Zed, or any MCP client.
Quick Start
# Authenticate once
SELIS_ENV=dev SELIS_ORG=CalxC npx @calx/selis-mcp
Opens your browser → log in → click Authorize. Token saved to ~/.selis/auth.json.
Client Config (.mcp.json)
{
"mcpServers": {
"selis": {
"command": "npx",
"args": ["-y", "@calx/selis-mcp"],
"env": { "SELIS_ENV": "dev", "SELIS_ORG": "CalxC" }
}
}
}
CLI
selis actions list --scope mine --search "budget"
selis actions get ACT-0859
selis risks create --data 'title: Supplier delay\nseverity: high'
selis actions update abc-123 --data 'status: closed'
Tools
| Tool | Description |
|---|---|
selis_list |
List entities with search, scope, filters, pagination |
selis_get |
Get entity by ID or prefixed ref (ACT-0859) |
selis_describe |
Show fields, PMO concepts, valid enum values |
selis_create |
Create entity |
selis_update |
Update entity fields |
selis_delete |
Delete entity |
selis_comments_list |
List / thread comments on an item |
selis_comment_add |
Add comment or reply |
Deploy
# Docker
docker build -t selis-mcp .
docker run -p 3773:3773 -e SELIS_ENV=dev selis-mcp
# HTTP mode (debugging)
npx @calx/selis-mcp dev CalxC --http 3773
License
Server Side Public License v1 — free to use and modify. The SSPL ensures that anyone who offers the functionality as a service must also release the source.
Install
Add Selis MCP to your client. Pick the one you use.
{
"servers": {
"selis-mcp": {
"type": "http",
"url": "https://mcp.selis.app/tmis/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add selis-mcp -- npx -y @calx/selis-mcpcodex mcp add selis-mcp -- npx -y @calx/selis-mcpamp mcp add selis-mcp -- npx -y @calx/selis-mcp{
"mcpServers": {
"selis-mcp": {
"command": "npx",
"args": [
"-y",
"@calx/selis-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"selis-mcp": {
"command": "npx",
"args": [
"-y",
"@calx/selis-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"selis-mcp": {
"command": "npx",
"args": [
"-y",
"@calx/selis-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"selis-mcp": {
"command": "npx",
"args": [
"-y",
"@calx/selis-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"selis-mcp": {
"command": "npx",
"args": [
"-y",
"@calx/selis-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"selis-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@calx/selis-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"selis-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@calx/selis-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @calx/selis-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
8 tools
Selis MCP exposes 8 tools to a connected agent.
- selis_list
- List entities with search, scope, filters, pagination
- selis_get
- Get entity by ID or prefixed ref (`ACT-0859`)
- selis_describe
- Show fields, PMO concepts, valid enum values
- selis_create
- Create entity
- selis_update
- Update entity fields
- selis_delete
- Delete entity
- selis_comments_list
- List / thread comments on an item
- selis_comment_add
- Add comment or reply
Score
65 / 100
Good
- Documentation22/25
- Maintenance13/25
- Trust9/20
- Capability6/15
- Install experience15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 126 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 8 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.2.2Latest | Apr 27, 2026 |