Skip to main content
Glama

Violett MCP Server

by luis0794
package.json745 B
{ "name": "violett-mcp-server", "version": "1.0.0", "main": "dist/examples/single-node-server.js", "scripts": { "start": "node dist/examples/single-node-server.js", "dev": "ts-node src/examples/single-node-server.ts", "mcp": "ts-node src/examples/single-node-server.ts", "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": ["mcp", "model-context-protocol", "server"], "author": "", "license": "ISC", "description": "Servidor MCP con capacidades HTTP streaming", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "@types/express": "^5.0.3", "@types/node": "^22.15.30", "express": "^5.1.0", "ts-node": "^10.9.2", "typescript": "^5.8.3" } }

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/luis0794/violett-mcp-server'

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