Skip to main content
Glama
package.json1.19 kB
{ "name": "mcpgraph", "version": "0.1.1", "description": "MCP server that executes directed graphs of MCP server calls", "main": "dist/main.js", "type": "module", "bin": { "mcpgraph": "./dist/main.js" }, "files": [ "dist", "examples", "README.md", "LICENSE" ], "engines": { "node": ">=20.0.0" }, "scripts": { "build": "tsc", "start": "node dist/main.js", "dev": "tsx src/main.ts", "watch": "tsc --watch", "test": "tsx --test tests/*.test.ts", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "graph", "workflow", "orchestration", "yaml", "jsonata", "json-logic" ], "author": "TeamSpark, LLC <support@teamspark.ai>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/TeamSparkAI/mcpGraph.git" }, "devDependencies": { "@types/js-yaml": "^4.0.9", "@types/node": "^20.10.0", "tsx": "^4.7.0", "typescript": "^5.3.3" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "jsonata": "^2.0.3", "json-logic-js": "^2.0.2", "js-yaml": "^4.1.0", "zod": "^3.22.4" } }

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/TeamSparkAI/mcpGraph'

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