Skip to main content
Glama

DeepSRT MCP Server

Official
by DeepSRT
#!/usr/bin/env node /** * NPX Wrapper for DeepSRT CLI * This script allows direct execution with npx @deepsrt/deepsrt-mcp */ // Import and execute the CLI import('./cli.js').then(module => { // The CLI module will execute automatically when imported }).catch(error => { console.error('Error loading CLI:', error); process.exit(1); });

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/DeepSRT/deepsrt-mcp'

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