We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nrwl/nx-console'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@nx-console/nx-mcp-server",
"version": "0.0.1",
"private": true,
"main": "./src/index.ts",
"types": "./src/index.ts",
"nx": {
"name": "nx-mcp-server",
"projectType": "library",
"tags": [
"type:mcp"
],
"nxCloudImplicitDependencies": [
"62e400a396c2ae3137cd4cb7::nx-api"
]
}
}