Skip to main content
Glama

Inoyu Apache Unomi MCP Server

by sergehuber
package.json1.6 kB
{ "name": "@inoyu/mcp-unomi-server", "version": "0.2.0", "description": "A Model Context Protocol server to access Apache Unomi data", "private": false, "type": "module", "bin": { "mcp-unomi-server": "./build/index.js" }, "files": [ "build", "README.md", "LICENSE", "NOTICE" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "release:patch": "npm run build && npm version patch && npm publish", "release:minor": "npm run build && npm version minor && npm publish", "release:major": "npm run build && npm version major && npm publish", "release:beta": "npm run build && npm version prerelease --preid=beta && npm publish --tag beta", "release:alpha": "npm run build && npm version prerelease --preid=alpha && npm publish --tag alpha" }, "dependencies": { "@modelcontextprotocol/sdk": "1.17.5", "axios": "^1.7.8", "dotenv": "^16.4.5" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" }, "publishConfig": { "access": "public" }, "keywords": [ "mcp", "unomi", "claude", "anthropic", "cdp", "profile" ], "author": "Inoyu", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/inoyu/mcp-unomi-server.git" }, "bugs": { "url": "https://github.com/inoyu/mcp-unomi-server/issues" }, "engines": { "node": ">=18.0.0" } }

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/sergehuber/inoyu-mcp-unomi-server'

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