Skip to main content
Glama
jakedx6
by jakedx6
package.json1.48 kB
{ "name": "helios9-mcp-server", "version": "1.2.0", "description": "Helios-9 MCP (Model Context Protocol) Server", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "publishConfig": { "access": "public" }, "engines": { "node": ">=16.0.0" }, "bin": { "helios9-mcp-server": "dist/index.js" }, "scripts": { "build": "tsc", "postbuild": "chmod +x dist/index.js", "dev": "tsc --watch", "start": "node dist/index.js", "clean": "rm -rf dist", "prepublishOnly": "npm run clean && npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.15.0", "@supabase/supabase-js": "^2.39.0", "dotenv": "^16.3.0", "winston": "^3.11.0", "zod": "^3.22.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" }, "keywords": [ "mcp", "model-context-protocol", "ai", "project-management", "helios9" ], "author": "Helios-9", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/helios9/mcp-server.git" }, "bugs": { "url": "https://github.com/helios9/mcp-server/issues" }, "homepage": "https://www.helios9.app", "mcp": { "name": "helios9-mcp", "version": "1.0.0", "description": "AI-native project management context server", "capabilities": { "tools": true, "resources": true, "prompts": true } } }

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/jakedx6/helios9-MCP-Server'

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