composio-byo

Solid

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

AI & Automation 19 stars 0 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
43
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
1 months ago
Last Updated
yesterday
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category