We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AImaginationLab/marvel-rivals-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
cli.ts•152 B
#!/usr/bin/env node
import { startMCPServer } from '../src/server/mcp-server.js';
// Start the MCP server using stdio transport
await startMCPServer();