We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/oofengoo/mcp-serve-learn'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"my-custom-mcp-server": {
"command": "node",
"args": [
"D:\\Users\\Administrator\\Documents\\wenfeng\\mcp-serve\\dist\\index.js"
],
"env": {
"Token": "your_cookie_value",
"URL": "https://your-api-url.com",
"PORT": "5500"
}
}
}
}