We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mazemaze/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"eureka-tasks": {
"command": "npx",
"args": [
"tsx",
"/Users/yujirohikawa/workspace/eurekalabo/mcp-server/src/index.ts"
],
"env": {
"EUREKA_API_URL": "https://eurekalabof.162-43-92-100.nip.io",
"EUREKA_API_KEY": "pk_live_e707ee668238bb20d76c3f39300287d70aa9a86691ec31d488e7761f168fc108"
}
}
}
}