Skip to main content
Glama

ConnectWise API Gateway MCP Server

// This file is the main entry point for the package // It provides information about the package /** * ConnectWise API Gateway MCP Server * * This package provides a Model Context Protocol (MCP) server * for interacting with the ConnectWise Manage API. * * @module @jasondsmith72/cwm-api-gateway-mcp */ module.exports = { /** * Returns information about this package. * * @returns {Object} Package information */ getInfo: function() { return { name: '@jasondsmith72/cwm-api-gateway-mcp', description: 'ConnectWise API Gateway MCP Server for Claude', version: require('./package.json').version, repository: 'https://github.com/jasondsmith72/CWM-API-Gateway-MCP' }; }, /** * Path to the server script. */ serverPath: require('path').join(__dirname, 'bin', 'server.js') };

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/jasondsmith72/CWM-API-Gateway-MCP'

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