Skip to main content
Glama

Coupler Analytics

by railsware
package.json1.55 kB
{ "name": "coupler-io-mcp-server", "version": "0.0.3", "main": "dist/index.js", "license": "MIT", "homepage": "https://coupler.io", "type": "module", "scripts": { "build": "tsc", "clean": "rm -rf dist/ dxt_build/ dxt_output/", "dev": "tsx --env-file=.env.local --watch src/index.ts", "dxt:pack": "dxt pack dxt_build/", "dxt:selfsign": "dxt sign --self-signed", "inspect:node": "npx mcp-inspector --config config/mcp-inspector/development.json --server coupler_node", "inspect:docker": "npx mcp-inspector --config config/mcp-inspector/development.json --server coupler_docker", "lint": "eslint src/ --ext .ts", "start": "node dist/index.js", "test": "vitest run" }, "description": "Coupler.io MCP server", "dependencies": { "@modelcontextprotocol/sdk": "1.17.4", "json-schema-to-zod": "2.6.1", "lodash-es": "4.17.21", "pino": "9.9.0", "url-template": "3.1.1", "znv": "0.5.0", "zod": "3.25.76", "zod-to-json-schema": "3.24.6", "zod-validation-error": "3.5.3" }, "devDependencies": { "@anthropic-ai/dxt": "0.2.6", "@eslint/js": "9.34.0", "@modelcontextprotocol/inspector": "0.16.5", "@tsconfig/node22": "22.0.2", "@types/better-sqlite3": "7.6.13", "@types/lodash-es": "4.17.12", "@types/node": "24.3.0", "better-sqlite3": "12.2.0", "eslint": "9.34.0", "lefthook": "1.12.3", "pino-pretty": "13.1.1", "tsx": "4.20.5", "typescript": "5.9.2", "typescript-eslint": "8.41.0", "vitest": "3.2.4" } }

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/railsware/coupler-io-mcp-server'

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