Skip to main content
Glama

Raworc MCP Server

package.jsonโ€ข1.17 kB
{ "name": "@raworc/mcp-server", "version": "0.1.0", "description": "Model Context Protocol server for Raworc - Production-ready MCP server for Raworc cloud platform", "main": "index.js", "bin": { "raworc-mcp": "./bin/raworc-mcp.js" }, "scripts": { "postinstall": "node scripts/postinstall.js", "build": "cargo build --release", "test": "cargo test", "clean": "cargo clean" }, "keywords": [ "mcp", "raworc", "ai", "agent", "model-context-protocol" ], "author": "Raworc Team <team@raworc.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/harshapalnati/raworc-mcpserver.git" }, "bugs": { "url": "https://github.com/harshapalnati/raworc-mcpserver/issues" }, "homepage": "https://github.com/harshapalnati/raworc-mcpserver#readme", "engines": { "node": ">=16.0.0" }, "os": [ "darwin", "linux", "win32" ], "cpu": [ "x64", "arm64" ], "files": [ "bin/", "scripts/", "target/release/", "README.md", "LICENSE" ], "publishConfig": { "access": "public" }, "prepublishOnly": "npm run build" }

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/harshapalnati/raworc-mcpserver'

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