Skip to main content
Glama

Canopy MCP

MCP (Model Context Protocol) server for the Get Canopy WordPress site. Gives Cursor agents full context over ACF blocks, content, Yoast SEO, menus, HubSpot tooling, and the running change journal.

What’s included

Area

Path

Notes

MCP server

src/

Tools + resources registered with the MCP SDK

Change journal

context/changelog.jsonl

Persistent log of site changes (wp_log_change)

One-off ops scripts

*.cjs, *.py

HubSpot/GTM/import helpers — require .env

Env template

.env.example

Copy to .env and fill credentials

Related MCP server: TanukiMCP

Setup

cp .env.example .env
# edit .env — WP_URL, WP_USER, WP_APP_PASSWORD, THEME_PATH, optional HubSpot/GTM

npm install
npm start

Point Cursor at this folder via .cursor/mcp.json (or your global MCP config):

{
  "mcpServers": {
    "get-canopy-wordpress": {
      "command": "npm",
      "args": ["start"],
      "cwd": "/absolute/path/to/canopy-mcp"
    }
  }
}

Security

  • Never commit .env. It is gitignored.

  • One-off scripts read WP_APP_PASSWORD / HUBSPOT_PRIVATE_APP_TOKEN from .env only.

  • This repo is intended for the Canopy engineering team; treat application passwords and HubSpot tokens as secrets.

Lives alongside the WordPress theme at wp-content/themes/get-canopy (theme files, ACF JSON, blocks). The MCP THEME_PATH env var should point at that theme’s theme/ directory.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    A Model Context Protocol server that turns WordPress sites into AI-operable surfaces by exposing CRUD primitives for posts, users, comments, and settings. It supports both local STDIO and remote HTTP transports, allowing AI assistants to manage content and site configuration directly.
    83
    9
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A comprehensive MCP server for WordPress automation that enables users to manage content, themes, and site configurations using AI-driven workflows and the WordPress REST API. It provides a wide array of tools for site planning, management, and optimization compatible with tools like Cursor and Claude.
    68
    1
    ISC

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/falmiron-strsdev/canopy-mcp'

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