We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kocierik/mcp-nomad'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@kocierik/mcp-nomad",
"version": "0.2.7",
"main": "./index.js",
"bin": {
"mcp-nomad": "bin/cli"
},
"optionalDependencies": {
"@kocierik/mcp-nomad-linux-x64": "0.2.7",
"@kocierik/mcp-nomad-darwin-x64": "0.2.7",
"@kocierik/mcp-nomad-darwin-arm64": "0.2.7",
"@kocierik/mcp-nomad-linux-arm64": "0.2.7",
"@kocierik/mcp-nomad-win32-x64": "0.2.7",
"@kocierik/mcp-nomad-win32-arm64": "0.2.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kocierik/mcp-nomad.git"
},
"keywords": [
"MCP",
"Nomad",
"HashiCorp"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/kocierik/mcp-nomad/issues"
},
"homepage": "https://github.com/kocierik/mcp-nomad#readme",
"description": "Nomad MCP Server"
}