#!/usr/bin/env node
/**
* Local MCP Server Runner
*
* This is now just a simple wrapper that runs the main MCP server.
* The main server (index.ts) already uses STDIO transport, so this
* file simply re-exports and runs it.
*/
// Import and run the main server
import './index.js';
console.error('JoeAPI MCP Server running locally via local-server.ts');
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/lumberjack-so/joeMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server