Skip to main content
Glama
vivz-git

GTM MCP Server

by vivz-git

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GTM_TRANSPORTNo`streamable-http` for remote hostingstdio
GTM_LOG_FORMATNo`console` for readable local development logsjson
GTM_DATABASE_URLNoMock CRM connectionpostgresql+asyncpg://gtm:gtm@localhost:5432/gtm
GTM_DRY_RUN_WRITESNo`true` validates and audits without persistingfalse
GTM_ENABLE_WRITE_TOOLSNo`false` runs a strictly read-only deploymenttrue

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
server_infoA

Report which GTM capabilities this server can currently perform.

Call this first when you are unsure whether a GTM capability is available, or when a data-modifying call has failed and you need to know whether writes are disabled. It takes no arguments, reads no customer data, and changes nothing.

Returns which tools are implemented versus merely planned, whether the CRM database is reachable, and whether write tools are permitted to modify data. Do not call tools listed under planned capabilities; they are not registered and the call will fail.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vivz-git/Gtm-Mcp-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server