CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Selis MCP

calx-sa/selis-mcp
STDIO, HTTP, SSEregistry active
Summary

Connects Claude directly to Selis TMiS, a transformation management platform for PMO workflows. Exposes six core operations: list, get, describe, create, update, and delete across eight entity types including actions, risks, issues, projects, deliverables, decisions, KPIs, and objectives. Also handles threaded comments. Authentication uses browser OAuth flow with tokens cached locally. Supports stdio for local clients and streamable HTTP/SSE for remote deployments. Reach for this when you need LLM assistance managing PMO artifacts without leaving your editor or chat interface. Licensed under SSPL, which requires open sourcing if you offer it as a hosted service.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Selis MCP Server & CLI

SSPL-1.0 Registry

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

ToolDescription
selis_listList entities with search, scope, filters, pagination
selis_getGet entity by ID or prefixed ref (ACT-0859)
selis_describeShow fields, PMO concepts, valid enum values
selis_createCreate entity
selis_updateUpdate entity fields
selis_deleteDelete entity
selis_comments_listList / thread comments on an item
selis_comment_addAdd 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.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
Package@calx/selis-mcp
TransportSTDIO, HTTP, SSE
UpdatedApr 27, 2026
View on GitHub