composio-byo

Solid

Connect and use a user-owned Composio MCP server in Cetus.

AI & Automation 143 stars 11 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
72
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Composio BYO Use this skill when the user wants to connect Composio, add SaaS tools through Composio, or troubleshoot Composio MCP access. This is a bring-your-own Composio setup. The user owns their Composio account, API key, auth configs, connected accounts, quotas, and billing. Cetus should not use a shared Composio account or shared API key for this plugin. ## What the User Needs Ask the user for these values, or help them find them in their Composio dashboard: - Composio MCP URL, usually shaped like `https://backend.composio.dev/v3/mcp/...?...` - Composio project API key, sent as the `x-api-key` header - A short server name, such as `Composio`, `Composio Gmail`, or `Composio Work` The user must authenticate the required Composio toolkits before using them. Composio creates connected accounts and stores the third-party credentials in the user's Composio project. ## Add to Cetus Use Settings -> MCP, or the `manage_mcp` tool if available, with: ```json { "name": "Composio", "transport": "http", "url": "https://backend.composio.dev/v3/mcp/YOUR_SERVER_ID?user_id=YOUR_USER_ID", "headers": { "x-api-key": "YOUR_COMPOSIO_API_KEY" }, "enabled": true } ``` After saving, test the MCP server. A successful test should list the tools that the Composio server exposes. Start a new conversation before relying on newly added tools, because Cetus freezes MCP configuration per conversation. ## Creating a Composio MCP URL Composio supports creating MCP servers fr...

Details

Author
drewnekota
Repository
drewnekota/cetus
Created
2 months ago
Last Updated
yesterday
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

composio-mcp

Use when the user wants to connect AI agents to external apps (Gmail, GitHub, Slack, Notion, Linear, Jira, 1000+ toolkits) via Composio, when `composio` CLI commands fail or need auth, when configuring the Composio MCP server (https://connect.composio.dev/mcp), when `devin mcp list` shows composio failing to list tools, or when the user asks to install/authenticate/use Composio. Covers CLI login, consumer key (ck_*) vs project API key (ak_*), MCP header config, tool search/execute/link, and headless auth flows. Do NOT use for building a new MCP server (use building-mcp-servers). Part of the afonsoft/skills collection.

2 Updated today
afonsoft
AI & Automation Listed

composio

Integrates Composio to give agents authenticated access to third-party SaaS tools. Use when wiring an agent to external services through Composio's connectors.

0 Updated 5 days ago
poorvith-mp
AI & Automation Listed

right-composio

Use BEFORE calling any mcp__right__composio__* tool — especially COMPOSIO_SEARCH_TOOLS, COMPOSIO_MULTI_EXECUTE_TOOL, or COMPOSIO_REMOTE_WORKBENCH — and whenever a request involves Notion, Gmail, Google Calendar, Google Drive, Slack, GitHub, Linear, or any other service routed through Composio. Sessions that skip this skill burn 300-500K context tokens on repeated tool searches and inline payloads ($200+ per session observed in cache-write cost). Read once per session, on resume, and any turn that mentions a Composio-fronted service.

36 Updated 2 days ago
onsails