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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.nrwl/nx-mcp",
"description": "A Model Context Protocol server implementation for Nx",
"repository": {
"url": "https://github.com/nrwl/nx-console",
"source": "github",
"subfolder": "apps/nx-mcp"
},
"version": "PLACEHOLDER_VERSION",
"packages": [
{
"registryType": "npm",
"identifier": "nx-mcp",
"version": "PLACEHOLDER_VERSION",
"transport": {
"type": "stdio"
}
}
]
}