Command Palette

Search for a command to run...

UnylyUnyly
Browse all

G Gremlin Salesforce

FreeNot checked

A dedicated Model Context Protocol server that enables AI clients to interact with Salesforce tools for data analysis and management via the g-gremlin CLI. It s

GitHubEmbed

About

A dedicated Model Context Protocol server that enables AI clients to interact with Salesforce tools for data analysis and management via the g-gremlin CLI. It supports both read-only and write-enabled operations for seamless integration with tools like Claude Desktop and Cursor.

README

Standalone Salesforce MCP launcher for g-gremlin.

This package provides a dedicated g-gremlin-sfdc-mcp command so MCP clients can connect to Salesforce tools without calling the broader g-gremlin CLI directly.

It delegates to:

  • g-gremlin mcp serve (read/analyze tools only)
  • g-gremlin mcp serve --enable-writes (write tools exposed; apply calls still require plan_hash)

Quickstart

pipx install g-gremlin
pipx install g-gremlin-sfdc-mcp

g-gremlin sfdc connect --org-alias dev

Claude Desktop

{
  "mcpServers": {
    "g-gremlin-sfdc": {
      "command": "g-gremlin-sfdc-mcp"
    }
  }
}

To expose write tools:

{
  "mcpServers": {
    "g-gremlin-sfdc": {
      "command": "g-gremlin-sfdc-mcp",
      "args": ["--enable-writes"]
    }
  }
}

Cursor / Windsurf

Use the same MCP server command in your client config:

{
  "mcpServers": {
    "g-gremlin-sfdc": {
      "command": "g-gremlin-sfdc-mcp"
    }
  }
}

To expose write tools in Cursor/Windsurf, add:

{
  "mcpServers": {
    "g-gremlin-sfdc": {
      "command": "g-gremlin-sfdc-mcp",
      "args": ["--enable-writes"]
    }
  }
}

Health check

g-gremlin-sfdc-mcp --check

Development

git clone https://github.com/mikeheilmann1024/g-gremlin-salesforce-mcp
cd g-gremlin-salesforce-mcp
pip install -e ".[dev]"
pytest

License

MIT

from github.com/mikeheilmann1024/g-gremlin-salesforce-mcp

Installing G Gremlin Salesforce

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/mikeheilmann1024/g-gremlin-salesforce-mcp

FAQ

Is G Gremlin Salesforce MCP free?

Yes, G Gremlin Salesforce MCP is free — one-click install via Unyly at no cost.

Does G Gremlin Salesforce need an API key?

No, G Gremlin Salesforce runs without API keys or environment variables.

Is G Gremlin Salesforce hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install G Gremlin Salesforce in Claude Desktop, Claude Code or Cursor?

Open G Gremlin Salesforce on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare G Gremlin Salesforce with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs