Skip to main content
Glama
SHARE_THIS.mdโ€ข3.96 kB
# ๐Ÿ“ฆ Ready to Share! Your Opus MCP Server package is ready for distribution! ## ๐ŸŽ What to Share **Main Package File:** ``` opus-mcp-server-1.0.0.tgz (7.0 KB) ``` **Location:** ``` /Users/mr/Documents/Ai apps/function1 hackathon/opus-mcp-server-1.0.0.tgz ``` ## ๐Ÿš€ How Recipients Install ### Quick Install (3 Steps) 1. **Install the package:** ```bash npm install opus-mcp-server-1.0.0.tgz cd node_modules/opus-mcp-server ``` 2. **Run setup wizard:** ```bash npm run setup ``` They'll need: - Their Opus API key (from Opus Platform โ†’ My Organization โ†’ API Keys) - To choose their MCP client (Claude Desktop or Factory/Droid) 3. **Restart their MCP client** Done! The Opus tools will be available in their AI assistant. ## ๐Ÿ“ค Sharing Options ### Option 1: Email/Direct Share Send the file `opus-mcp-server-1.0.0.tgz` directly ### Option 2: Cloud Storage Upload to: - Google Drive - Dropbox - OneDrive - Internal file server ### Option 3: GitHub/Git ```bash git init git add . git commit -m "Opus MCP Server" git remote add origin <your-repo> git push -u origin main ``` Recipients clone and run: ```bash git clone <your-repo> cd opus-mcp-server npm install npm run setup ``` ### Option 4: npm Registry If you have an npm account: ```bash npm publish ``` Recipients install with: ```bash npm install -g opus-mcp-server ``` ## ๐Ÿ“‹ What They Get **7 Powerful Tools:** 1. `get_workflow_details` - Get workflow schemas 2. `initiate_job` - Create job instances 3. `generate_file_upload_url` - Upload files 4. `execute_job` - Run workflows 5. `get_job_status` - Monitor progress 6. `get_job_results` - Get outputs 7. `get_job_audit_log` - View execution logs **Complete Documentation:** - Quick start guide (3 minutes) - Detailed installation instructions - Usage examples and workflows - API reference - Troubleshooting guide ## ๐Ÿ” Security Reminder **When sharing, tell recipients:** - โš ๏ธ Never share API keys - โš ๏ธ Keep configuration files private - โœ… Each user needs their own Opus API key - โœ… Get keys from: Opus Platform โ†’ My Organization โ†’ API Keys ## โœ… Package Includes - โœ… MCP server executable - โœ… Interactive setup wizard - โœ… Connection test tool - โœ… Complete documentation - โœ… Usage examples - โœ… MIT License ## ๐Ÿงช Test Before Sharing Run these to verify: ```bash # Test the connection npm run test-connection # Verify setup works npm run setup ``` ## ๐Ÿ“ž Support Info for Recipients **If they have issues:** 1. **Read QUICKSTART.md** - 3-minute setup guide 2. **Check INSTALL.md** - Detailed troubleshooting 3. **Run connection test** - `npm run test-connection` 4. **Verify API key** - From Opus Platform settings **Common fixes:** - Restart MCP client after setup - Check API key is correct - Run `npm run build` if needed - Ensure Node.js >= 18.0.0 ## ๐Ÿ“„ Distribution Message Template Copy/paste this when sharing: --- **Opus MCP Server Package** This package adds Opus workflow automation tools to your AI assistant (Claude Desktop, Droid, etc.). **What you need:** - Node.js 18+ installed - An Opus API key (get from Opus Platform) - Claude Desktop or Factory/Droid **Quick Install:** 1. `npm install opus-mcp-server-1.0.0.tgz` 2. `cd node_modules/opus-mcp-server && npm run setup` 3. Restart your AI client **Documentation:** See QUICKSTART.md for full instructions **Support:** Test with `npm run test-connection` --- ## ๐ŸŽฏ Your Specific Workflow Remind users about your workflow: - **Workflow ID**: `0QmgC3yBQZTRUH2k` - **URL**: https://app.opus.com/app/workflow/0QmgC3yBQZTRUH2k See WORKFLOW_INFO.md for specific usage examples. ## โœจ Ready to Go! Your package is professional, documented, and ready to share with: - Team members - Clients - Open source community - Enterprise users **Package Location:** ``` /Users/mr/Documents/Ai apps/function1 hackathon/opus-mcp-server-1.0.0.tgz ``` Happy sharing! ๐Ÿš€

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Moenamatics/Opus-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server