We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/morphik-org/morphik-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
start_streamable•243 B
#!/bin/bash
# Build the project
echo "Building the project..."
npm run build:streamable
# Pass all arguments directly to the node process
# The config.ts will parse --uri= arguments
echo "Starting MCP server..."
node build/index_http.js "$@"