Skip to main content
Glama
package.json953 B
{ "name": "@relayplane/mcp-server", "version": "0.1.4", "description": "MCP server for efficient AI workflow orchestration with RelayPlane", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "mcp-server": "./dist/index.js", "relayplane-mcp": "./dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "test": "vitest run", "test:watch": "vitest", "lint": "eslint src --ext .ts" }, "keywords": [ "mcp", "model-context-protocol", "relayplane", "workflows", "ai", "llm" ], "author": "RelayPlane Team", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "@relayplane/sdk": "^1.1.4", "@relayplane/adapters": "^0.1.3", "@relayplane/engine": "^0.1.0", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.10.0", "typescript": "^5.3.3", "tsx": "^4.0.0", "vitest": "^1.1.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/RelayPlane/mcp-server'

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