plans-pricing.mdx•6.91 kB
---
title: Plans & Pricing
---
Choose a plan that fits your workflow today, and scale as your needs grow.
<Note>To change your plan, visit [context7.com/plans](https://context7.com/plans).</Note>
## Compare Plans
| Feature | Free | Pro | Enterprise |
| --------------------------- | ----------- | ---------------------- | ------------- |
| **Price** | $0 | $7 per seat/month | Custom |
| **Public Repositories** | ✓ | ✓ | ✓ |
| **Private Repositories** | ✗ | ✓ | ✓ |
| **Team Collaboration** | ✗ | ✓ (up to 20 members) | ✓ (unlimited) |
| **API Rate Limit** | 60 req/hour | 60 req/hour per member | Custom |
| **Parse Token Cost** | N/A | $15 per 1M tokens | Custom |
| **Access Control** | Basic | Full | Advanced |
| **SOC-2 Compliance** | ✗ | ✗ | ✓ |
| **SSO (SAML, OAuth, OIDC)** | ✗ | ✗ | ✓ |
| **Support** | Community | Email | Dedicated |
| **Usage Analytics** | Basic | ✓ | Advanced |
| **Custom Rate Limits** | ✗ | ✗ | ✓ |
| **Priority Features** | ✗ | ✗ | ✓ |
| **Custom SLA** | ✗ | ✗ | ✓ |
## Understanding Costs
### Free Plan
The Free plan is always **$0**. Perfect for individual developers using public libraries.
### Pro Plan
Pro plan costs consist of two components:
**1. Team Seats: $7 per member per month**
Each team member (Owner, Admin, or Developer) counts as one seat. Learn more about team roles in the [Team Management](/dashboard/team#roles) guide.
**Example**:
- 1 member (you): $7/month
- 4 members: $28/month
**2. Parse Tokens: $15 per 1M tokens**
Parse tokens are charged when adding or refreshing private repositories:
- **Adding a new private repo**: Charged for all parsed content
- **Refreshing a repo**: Only charged for new or changed content (cached pages are free)
- **Querying documentation**: Free (covered by seat cost)
**Example**:
- Add a 500K token private repo: $7.50 one-time
- Refresh with 100K tokens of changes: $1.50
See [Private Repositories](/dashboard/private-repositories) for setup instructions and [Usage Statistics](/dashboard/usage) to monitor your token usage.
**Total Monthly Cost = (Seats × $7) + Parse Token Charges**
**Example**:
- Team: 4 members = $28/month
- Parsing: 800K tokens this month = $12
- **Total: $40**
### Enterprise Plan
Custom pricing based on your needs. Contact us at [context7@upstash.com](mailto:context7@upstash.com) for details.
## Frequently Asked Questions
### General Questions
<AccordionGroup>
<Accordion title="What's included in the Free plan?" icon="gift">
The Free plan includes access to public repositories, basic access control, and API usage with rate limits. It's perfect for individual developers who don't need private repositories or team collaboration.
</Accordion>
<Accordion title="How does the Pro plan pricing work?" icon="credit-card">
The Pro plan costs $7 per seat per month. Each team member counts as a seat, and you're billed
based on the number of members in your team. You also pay for parse tokens used when adding or
refreshing private repositories.
</Accordion>
<Accordion title="How much does parsing private libraries cost?" icon="dollar-sign">
In addition to \$7 per seat per month, you are charged \$15 per 1M tokens for parsing private
repositories. This charge applies when you add a new private repository or refresh an existing
one. The cached pages (while refreshing private repositories) are free.
</Accordion>
<Accordion title="Can I access private repositories on the Free plan?" icon="lock">
No, private repository access is only available on Pro and Enterprise plans. You'll need to upgrade to work with private repositories and collaborate with your team.
</Accordion>
</AccordionGroup>
### Plan Management
<AccordionGroup>
<Accordion title="How do I downgrade from Pro to Free?" icon="arrow-down">
To downgrade, you must first remove all team members and private repositories from your account. Once done, you can switch to the Free plan from the Plans page.
</Accordion>
<Accordion title="Can I cancel my Pro subscription at any time?" icon="xmark">
Yes, you can downgrade to the Free plan at any time. A prorated charge will apply based on the
number of days used in your current billing period.
</Accordion>
<Accordion title="What's the difference between Pro and Enterprise?" icon="building">
Enterprise plans include additional features like SOC-2 compliance, SSO (Single Sign-On),
dedicated support, and custom rate limits. Contact us to discuss your specific enterprise needs.
</Accordion>
<Accordion title="How much does the Enterprise plan cost?" icon="envelope">
Enterprise pricing is customized based on your specific needs and usage requirements. Please contact us at [context7@upstash.com](mailto:context7@upstash.com) to discuss pricing and features.
</Accordion>
</AccordionGroup>
### Security & Privacy
<AccordionGroup>
<Accordion title="How do you keep the privacy of my queries?" icon="shield">
The MCP client sends only generic topics to our servers, not your actual queries. Your prompts and code remain private on your local machine.
</Accordion>
<Accordion title="How do you ensure the code snippets are safe?" icon="check">
We follow several processes to ensure safety:
- Run an LLM-based model to detect injection attempts before storing code
- Assign a source reputation to repository authors
- Allow users to filter trusted libraries by organization and repository
- Regular security audits and monitoring
</Accordion>
<Accordion title="What are your security practices?" icon="lock">
We are part of Upstash Inc., based in Silicon Valley since 2020. Review our certifications and practices on our [Trust page](https://trust.upstash.com). We follow SOC-2 compliance standards and industry best practices.
</Accordion>
</AccordionGroup>
### API Usage
<AccordionGroup>
<Accordion title="Is API usage unlimited?" icon="infinity">
No, we have different rate limits for each plan. The Free plan has lower rate limits, while the
Pro plan offers higher limits per team member. If you need custom rate limits for high-volume
usage, please contact us at [context7@upstash.com](mailto:context7@upstash.com) to discuss
Enterprise plan options.
</Accordion>
</AccordionGroup>