gridwork-license
Rank #53,542io.github.thegridwork/license
Scan dependencies for license compliance — copyleft conflicts, unknown licenses, risk.
gridwork-license is a Model Context Protocol (MCP) server published by thegridwork. It ranks #53,542 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. gridwork-license is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 5, 2026 and most recently updated on Apr 8, 2026.
Ranks ahead of 61,918 of 115,460 servers on MCP Toplist.
Use gridwork-license
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add license -- npx -y gridwork-license[mcp_servers.license]
command = "npx"
args = ["-y", "gridwork-license"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"license": {
"command": "npx",
"args": [
"-y",
"gridwork-license"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"license": {
"command": "npx",
"args": [
"-y",
"gridwork-license"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"license": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gridwork-license"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"license": {
"command": "npx",
"args": [
"-y",
"gridwork-license"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"license": {
"command": "npx",
"args": [
"-y",
"gridwork-license"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.thegridwork%2Flicense)<a href="https://mcptoplist.com/server/io.github.thegridwork%2Flicense"><img src="https://mcptoplist.com/badge/io.github.thegridwork%2Flicense.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
thegridwork
Other servers by thegridwork
- gridwork-aiact#53,541 · 1 ver
- gridwork-privacy#53,543 · 1 ver
- @gridwork/siteaudit#53,544 · 1 ver
- gridwork-wiki#110,681
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Apr 8, 2026 |
Frequently asked questions
- Who maintains gridwork-license?
- gridwork-license is maintained by thegridwork, which publishes 5 MCP servers (4 total versions) tracked on MCP Toplist.
- Is gridwork-license listed on the Official MCP Registry?
- Yes — gridwork-license is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does gridwork-license have?
- MCP Toplist tracks 1 version of gridwork-license, most recently published on Apr 8, 2026.
- Where can I find the source code for gridwork-license?
- The source code for gridwork-license is hosted at github.com/thegridwork/license.