We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mihalik/me-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "me-mcp",
"main": "./src/index.ts",
"compatibility_date": "2025-04-02",
"compatibility_flags": [
"nodejs_compat"
],
"observability": {
"enabled": true
},
"vars": {
"MCP_OWNER_NAME": "Dustin Mihalik",
// "MCP_OWNER_NAME": "Your Name",
}
}