Skip to main content
Glama

Radius MCP Server

by inite-ai
package.json3.23 kB
{ "name": "radius-mcp-server", "version": "0.1.4", "description": "The Radius MCP Server is a Model Context Protocol (MCP) server that provides a simple hello world functionality for AI interfaces and development tools.", "bin": { "radius-mcp-server": "./build/index.js" }, "type": "module", "author": "radius-team", "scripts": { "build": "rm -rf build && tsc && chmod 755 build/index.js", "start": "node build/index.js", "dev": "nodemon --exec ts-node --esm src/index.ts", "lint": "eslint . --ext .ts", "lint:fix": "eslint . --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", "format:check": "prettier --check \"src/**/*.ts\"", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:unit": "jest --testPathPattern=unit", "test:integration": "jest --testPathPattern=integration", "test:smoke": "jest --testPathPattern=smoke", "quality:check": "node quality-gate.js", "ci:test": "bash ci-test.sh", "release": "bash create-release.sh", "test-startup": "node build/server.js", "test:all": "npm run lint && npm run format:check && npm run build && npm run test && npm run test-startup", "prepublishOnly": "npm run build", "docker:build": "docker-compose build", "docker:up": "docker-compose up -d", "docker:down": "docker-compose down", "docker:logs": "docker-compose logs -f", "docker:dev": "docker-compose --profile dev up -d", "docker:dev:down": "docker-compose --profile dev down", "generate:api": "openapi-generator-cli generate -c openapi-generator-config.json", "generate:api:clean": "rm -rf src/api/generated && npm run generate:api" }, "files": [ "build" ], "repository": { "type": "git", "url": "git+https://github.com/mikefluff/radius-mcp-server.git" }, "keywords": [ "mcp", "radius", "hello-world" ], "license": "MIT", "bugs": { "url": "https://github.com/mikefluff/radius-mcp-server/issues" }, "homepage": "https://github.com/mikefluff/radius-mcp-server#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "@scarf/scarf": "^1.4.0", "axios": "^1.8.4", "dotenv": "^16.5.0", "express": "^5.1.0", "xlsx": "^0.18.5", "zod-to-json-schema": "^3.24.5" }, "devDependencies": { "@babel/preset-env": "^7.28.3", "@babel/preset-typescript": "^7.27.1", "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.25.0", "@openapitools/openapi-generator-cli": "^2.23.1", "@trivago/prettier-plugin-sort-imports": "^5.2.2", "@types/cors": "^2.8.19", "@types/express": "^5.0.3", "@types/jest": "^29.5.12", "@types/node": "^22.14.0", "@types/xlsx": "^0.0.36", "@typescript-eslint/eslint-plugin": "^8.29.1", "@typescript-eslint/parser": "^8.29.1", "babel-jest": "^30.1.2", "eslint": "^9.24.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-prettier": "^5.2.6", "globals": "^16.0.0", "jest": "^29.7.0", "json-schema-to-zod": "^2.6.1", "nodemon": "^3.1.7", "prettier": "^3.5.3", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", "typescript": "^5.8.3", "zod": "^3.24.2" } }

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/inite-ai/radius-mcp'

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