Skip to main content
Glama

CTS MCP Server

by EricA1019
cli.js303 B
#!/usr/bin/env node const path = require('path'); const spawn = require("child_process").spawn; const executable = process.platform === 'win32' ? 'tree-sitter.exe' : 'tree-sitter'; spawn( path.join(__dirname, executable), process.argv.slice(2), {stdio: 'inherit'} ).on('close', process.exit)

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/EricA1019/CTS_MCP'

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