Skip to main content
Glama

ConnectWise API Gateway MCP Server

setup.py544 B
from setuptools import setup, find_packages setup( name="cwm-api-gateway-mcp", version="0.1.0", description="Model Context Protocol server for general API gateway to ConnectWise Manage", author="Jason Smith", packages=find_packages(), python_requires=">=3.10", install_requires=[ "mcp>=1.3.0", "httpx>=0.23.0", "pydantic>=1.10.0", "aiohttp>=3.8.4", ], entry_points={ "console_scripts": [ "cwm-api-gateway-mcp=api_gateway_server:main", ], }, )

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