// 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
10 toolsMIT licensed

// 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.

AI Assistant
↓ stdio ↑
MCP Server(local)
↓ HTTPS ↑
Knowledge API

// 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.

Pro

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.

Claude Code
.mcp.json (project root)
{
  "mcpServers": {
    "salesforce": {
      "command": "npx",
      "args": [
        "-y",
        "@mahakalp/salesforce-mcp"
      ]
    }
  }
}
Cursor
.cursor/mcp.json
{
  "mcpServers": {
    "salesforce": {
      "command": "npx",
      "args": [
        "-y",
        "@mahakalp/salesforce-mcp"
      ]
    }
  }
}
VS Code (Copilot)
.vscode/mcp.json
{
  "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.

$0/mo

No sign-up required

  • 3 Salesforce knowledge tools
  • 100 requests per day
  • No API key required
  • No registration required
  • Works with any MCP client
Pro

MCP Pro

Full Salesforce intelligence for professional developers.

$9/mo

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
Coming Soon

Compare Plans

FeatureFreePro
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 limit1001,000
API key required

// MCP VS IDE

Different tools, different needs

Mahakalp MCPMahakalp IDE
WhatMCP server for any AI toolFull desktop IDE for Salesforce
ValuePlatform knowledgeOrg-connected intelligence
Org requiredNoYes
AudienceDevs using Claude Code, Cursor, etc.Dedicated Salesforce teams
PricingFrom $0From $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.