Skip to main content
Glama

Nx MCP Server

Official
by nrwl
build.gradle.kts466 B
plugins { id("java-library") } group = providers.gradleProperty("pluginGroup").get() version = providers.gradleProperty("version").get() // Configure project's dependencies repositories { mavenCentral() } dependencies { implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0") implementation("com.google.code.gson:gson:2.10.1") implementation("org.semver4j:semver4j:6.0.0") } ktfmt { kotlinLangStyle() } kotlin { jvmToolchain(21) }

Latest Blog Posts

MCP directory API

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