Skip to main content
Glama
package.json842 B
{ "name": "@nexus/mcp-server", "version": "0.1.0", "description": "MCP server for Nexus - AI-assisted Project Delivery Platform", "type": "module", "main": "./dist/index.js", "bin": { "nexus-mcp": "./dist/cli.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "prepublishOnly": "npm run build" }, "files": [ "dist" ], "keywords": [ "mcp", "model-context-protocol", "nexus", "claude", "ai", "project-management" ], "author": "Nexus Team", "license": "MIT", "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "commander": "^12.1.0", "open": "^10.1.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^20.17.0", "typescript": "^5.7.0" } }

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/iamserge/nexus-mcp'

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