SEQ. 1
SEQ. 2
SEQ. 3
SEQ. 4
SEQ. 5
Deployment Strategies
🛡️ Production & Sec⏱ 8 min⭐ 110 BASE XP
Going to Production
How you deploy depends entirely on your use case:
- Private Desktop Tools (stdio): Best for manipulating local files. Distribute the code via
npm install -g or pipx install. The user edits claude_desktop_config.json manually.
- Internal SaaS Integrations (SSE): Best for teams accessing a centralized company database securely. Deploy as an HTTP container on AWS/Vercel. Teams configure their Host with an API key.
- Public Platforms: Companies providing public APIs (like Notion or Slack) will host public, rate-limited MCP endpoints that any user can connect their Claude Desktop to using OAuth.