1. Conduid
  2. Developer Tools
  3. G Gremlin Dynamics MCP
MCP server · Developer Tools

G Gremlin Dynamics MCP

Dynamics MCP

Unclaimed MIT last commit 6 months ago devtools
59Fair

Scored 3 months ago · breakdown

About G Gremlin Dynamics MCP

G Gremlin Dynamics MCP is an MCP server published by mikeheilmann1024 in the Developer Tools category: dynamics MCP. It has been installed 0 times through Conduid.

Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx g-gremlin-dynamics-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about G Gremlin Dynamics MCP

Powered by Claude · Grounded in docs

I know everything about G Gremlin Dynamics MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

g-gremlin-dynamics-mcp

Standalone Dynamics 365 / Dataverse MCP launcher for g-gremlin.

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

It delegates to:

  • g-gremlin mcp serve-dynamics (read/analyze tools only)
  • g-gremlin mcp serve-dynamics --enable-writes (write tools exposed; all apply calls still require plan_hash)
  • Optional profile selection: g-gremlin mcp serve-dynamics --profile <name>

Quickstart

pipx install g-gremlin
pipx install g-gremlin-dynamics-mcp

# Configure Dynamics credentials for g-gremlin
g-gremlin auth set dynamics

Dataverse Requirements

For Dataverse MCP with non-Microsoft clients:

  • Enable Dataverse MCP in Power Platform Admin Center (PPAC)
  • Add each non-Microsoft MCP client to the Dataverse MCP allowed clients list in PPAC
  • Install the local Dataverse MCP proxy tool if needed:
    • dotnet tool install --global Microsoft.PowerPlatform.Dataverse.MCP

Billing note:

  • External AI-agent access can consume Dataverse API/request capacity. Review licensing and limits before enabling autonomous write flows.

Claude Desktop

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

To expose write tools:

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

Cursor / Windsurf

Use the same MCP server command in your client config:

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

To expose write tools in Cursor/Windsurf, add:

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

Health check

g-gremlin-dynamics-mcp --check

--check validates both the minimum g-gremlin version and that g-gremlin mcp serve-dynamics is available in the installed build.

Profile-aware startup:

g-gremlin-dynamics-mcp --profile prod

Development

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

License

MIT

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About G Gremlin Dynamics MCP

How do I install G Gremlin Dynamics MCP?

Run npx g-gremlin-dynamics-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is G Gremlin Dynamics MCP safe to use with an AI agent?

Its trust score is 59 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is G Gremlin Dynamics MCP still maintained?

The last commit was 6 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.