// OPEN SOURCE
Mahakalp MCP
Salesforce Intelligence for Any AI Tool
Make any AI assistant a Salesforce expert. Works with Claude Code, Cursor, VS Code Copilot, and any MCP-compatible client. Free to start — no sign-up required.
npx -y @mahakalp/salesforce-mcp// HOW IT WORKS
Zero config, instant knowledge
The MCP server runs locally via stdio. When your AI assistant needs Salesforce knowledge, it calls Mahakalp MCP, which queries our curated knowledge API. No org data involved.
// FREE TOOLS
Included free — no API key needed
Start using Salesforce knowledge in your AI workflow immediately.
Constraints & Best Practices
Governor limits, platform rules, and best practices for Salesforce development.
Documentation Search
Semantic search over official Salesforce documentation.
Release Intelligence
Release metadata, API versions, and platform status.
// TRIBAL KNOWLEDGE
46 rules from the trenches
Hard-won lessons from production deployments, community expertise, and real-world Salesforce development. The kind of knowledge that takes years to accumulate.
Trigger Patterns
8 rules- One trigger per object
- Handler class pattern
- Recursion guards
Governor Limits
12 rules- SOQL in loops
- Heap size management
- CPU time optimization
SOQL & Data
7 rules- Selective queries
- Relationship queries
- Aggregate optimization
Security
6 rules- CRUD/FLS checks
- Sharing rules
- With/without sharing
Testing
5 rules- Test data factories
- Bulk test patterns
- Assert best practices
Architecture
8 rules- Separation of concerns
- Flow vs Apex
- Error handling patterns
Available with MCP Pro. Your AI assistant queries these rules automatically when relevant.
Full Salesforce intelligence
Unlock 7 additional tools with a Pro API key. $9/mo.
Apex Class Library Reference
Method signatures, parameters, return types, and governor limit implications.
Standard Object Schema
Standard fields, relationships, and FLS patterns.
LWC Component Reference
Attributes, events, wire adapters, and Apex integration patterns.
Tribal Knowledge
Community-sourced patterns, anti-patterns, and hard-won lessons from production.
SOQL Optimizer
Query selectivity analysis, governor limit risk assessment, and indexing recommendations.
Code Pattern Analyzer
Governor limit risk detection and bulkification suggestions.
Trigger Context Advisor
Context variables, execution order, and common pitfalls.
// INSTALLATION
Add to your AI tool
Copy the config for your editor. Runs via npx — no global install needed.
{
"mcpServers": {
"salesforce": {
"command": "npx",
"args": [
"-y",
"@mahakalp/salesforce-mcp"
]
}
}
}{
"mcpServers": {
"salesforce": {
"command": "npx",
"args": [
"-y",
"@mahakalp/salesforce-mcp"
]
}
}
}{
"servers": {
"salesforce": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mahakalp/salesforce-mcp"
]
}
}
}// PRICING
Simple pricing
MCP Free
Get started with Salesforce platform knowledge — no sign-up required.
No sign-up required
- 3 Salesforce knowledge tools
- 100 requests per day
- No API key required
- No registration required
- Works with any MCP client
MCP Pro
Full Salesforce intelligence for professional developers.
API key required
- All 10 Salesforce knowledge tools
- 1,000 requests per day
- Apex class library reference
- Standard object schema
- LWC component reference
- Tribal knowledge
- SOQL optimizer
- Code pattern analyzer
- Trigger context advisor
Compare Plans
| Feature | Free | Pro |
|---|---|---|
| Constraints & best practices | ||
| Documentation search | ||
| Release intelligence | ||
| Apex class library reference | ||
| Standard object schema | ||
| LWC component reference | ||
| Tribal knowledge | ||
| SOQL optimizer | ||
| Code pattern analyzer | ||
| Trigger context advisor | ||
| Daily request limit | 100 | 1,000 |
| API key required |
// MCP VS IDE
Different tools, different needs
| Mahakalp MCP | Mahakalp IDE | |
|---|---|---|
| What | MCP server for any AI tool | Full desktop IDE for Salesforce |
| Value | Platform knowledge | Org-connected intelligence |
| Org required | No | Yes |
| Audience | Devs using Claude Code, Cursor, etc. | Dedicated Salesforce teams |
| Pricing | From $0 | From $0 |
Mahakalp MCP and the IDE are separate products with separate subscriptions.
Frequently Asked Questions
Make your AI assistant a Salesforce expert
Install in under a minute. No sign-up, no credit card, no configuration.