Skip to main content
Glama

mcp-adr-analysis-server

by tosin2013
3c1d8e5428225103af34c913eae58ea0145d6932ee45bbf5014bef3d76912a96fcfe1006fa88d749cc57d159304cb378a7d177c01699fdac050cb048ff744.4 kB
{"_id":"is-inside-container","name":"is-inside-container","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"is-inside-container","version":"1.0.0","description":"Check if the process is running inside a container (Docker/Podman)","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/is-inside-container.git"},"funding":"https://github.com/sponsors/sindresorhus","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"type":"module","exports":{"types":"./index.d.ts","default":"./index.js"},"bin":{"is-inside-container":"cli.js"},"engines":{"node":">=14.16"},"scripts":{"test":"xo && NODE_OPTIONS='--loader=esmock --no-warnings' ava && tsd"},"keywords":["detect","inside","container","docker","dockerized","podman","is","env","environment","process"],"dependencies":{"is-docker":"^3.0.0"},"devDependencies":{"ava":"^5.2.0","esmock":"^2.1.0","tsd":"^0.25.0","xo":"^0.53.1"},"types":"./index.d.ts","gitHead":"fddf5c228e8591f5584fc772e5514e425777bc0c","bugs":{"url":"https://github.com/sindresorhus/is-inside-container/issues"},"homepage":"https://github.com/sindresorhus/is-inside-container#readme","_id":"is-inside-container@1.0.0","_nodeVersion":"14.21.1","_npmVersion":"9.2.0","dist":{"integrity":"sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==","shasum":"e81fba699662eb31dbdaf26766a61d4814717ea4","tarball":"https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz","fileCount":6,"unpackedSize":3480,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEGn+kz/0exjVTvY9gOelifK7D/guz6Do2NWQaGXKl7oAiEAjbyg4/AZ6kqHwOGOwPefdWUyQ8+J7gU8oEDPd1t7Luo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj7IDJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpDAA//bv8SZ88gHn97myqnp3Ibf5YMETgGPaPPjPF4WQQKzFQ4lxPd\r\ndp2Vu7R8MOOEgWU7ZnjmvyzAwmv53T/T/sINhHRjTI5QXLPinZPg5SASPPVJ\r\nG0cDxpL65Todtio1BvD8Y5W3S+YxxjaOTACyvIOKiF7uSGSzN2+rO3H0CmFA\r\nliogAXzbnkJKqW6r0koFWsDvFlPDiYQg/YYUWejnRd3pDme2ATPAwAdR+Aga\r\nqNvYyciDoIMVc74uo+XdWuvdYCRrpcZxtdwkRrrHDd5TwoaD6aMbHoQ/u0kf\r\n4wAEHma17V2/kjfSL9NQ/MLhg1TzeHM+bDrGFEMVH2u1y9UOKvuy5uooZq+9\r\nV2ZVECNDQkYW+yfefdB0Ld6x46/xlXMt1vl079sn98hGi5sLW2YzorES7Wnn\r\nfraqZX4BI9JezJQ7vd9bmAFm4CfnEoo96KYLTC2bAcznpiyYaqTzq30q25sg\r\nQgIVrA8/DLe5ERPLwRle1ZAiLBasmxaVMcJsQh0q0/vkA+P5jm9GLelOY+hy\r\nXQbbJ6xhjCTg6yRe2PjaY/HiOHsLayqamfN34Gt/KJWjPgbuCoMCX/hMkEvd\r\nUlAOOduknfJOW5qS1CGD9UM5VNA9IAMVGY4SVNvaA2CrN9VRWpvdwAFX3k0O\r\nBXjpb5jxI8iGEMJk/VDPXX6d4tBSy4ZedqQ=\r\n=zNok\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"directories":{},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/is-inside-container_1.0.0_1676443849284_0.09482392599097089"},"_hasShrinkwrap":false}},"time":{"created":"2023-02-15T06:50:49.283Z","1.0.0":"2023-02-15T06:50:49.428Z","modified":"2023-02-15T06:50:49.673Z"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"description":"Check if the process is running inside a container (Docker/Podman)","homepage":"https://github.com/sindresorhus/is-inside-container#readme","keywords":["detect","inside","container","docker","dockerized","podman","is","env","environment","process"],"repository":{"type":"git","url":"git+https://github.com/sindresorhus/is-inside-container.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"bugs":{"url":"https://github.com/sindresorhus/is-inside-container/issues"},"license":"MIT","readme":"# is-inside-container\n\n> Check if the process is running inside a container\n\n## Install\n\n```sh\nnpm install is-inside-container\n```\n\n## Usage\n\n```js\nimport isInsideContainer from 'is-inside-container';\n\nif (isInsideContainer()) {\n\tconsole.log('Running inside a container');\n}\n```\n\n## CLI\n\n```sh\nis-inside-container\n```\n\nExits with code 0 if inside a container and 2 if not.\n\n## Supported containers\n\n- Docker\n- Podman\n\n## Related\n\n- [is-docker](https://github.com/sindresorhus/is-docker) - Check if the process is running inside a Docker container\n","readmeFilename":"readme.md"}

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/tosin2013/mcp-adr-analysis-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server