Skip to main content
Glama

Hostex MCP Server

by keithah
test-built.js555 B
#!/usr/bin/env node // Test the built MCP server process.env.accessToken = "74zZpdZLuW3FrjGY9VTkXSignV3PyuJlVOguz0HHTsIyrsdvfmXeTdUq8qBtwPNo"; process.env.email = "keith@hadm.net"; process.env.password = "prWgWzA_8REQ"; console.log('Testing built MCP server...'); console.log('Environment variables set'); // Import the built server import('./.smithery/shttp/index.cjs') .then(() => { console.log('✓ Server module loaded successfully'); }) .catch(error => { console.error('✗ Error loading server:', 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/keithah/hostex-mcp'

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