Getting Started
Shredly turns your APIs and databases into hosted MCP servers — no infrastructure to manage, no code to deploy. This guide gets you connected in under 5 minutes.
1. Sign in
Go to shredly.io and sign in with Google. No credit card required.
2. Generate an API key
From your dashboard, click Generate API Key. Copy the key — you'll use it in the next step.
caution
Your API key is shown once. Store it somewhere safe (a password manager or .env file). If you lose it, generate a new one from the dashboard.
3. Connect your agent
Pick the client you're using and follow the relevant setup guide:
- Claude Desktop — stdio/npx
- Cursor — stdio/npx
- Any HTTP client — SSE endpoint
API base URL
All API requests go to:
https://contextly.fastapicloud.dev
Authenticate with your API key as a Bearer token:
Authorization: Bearer <your-api-key>