UNPKG

@matcha-chai/mcp-matchai-team

Version:

Access the entire Matchai AI development team through a single MCP interface - powered by n8n, LLMs, and Graphiti temporal knowledge graph

59 lines (58 loc) 1.28 kB
{ "name": "@matcha-chai/mcp-matchai-team", "version": "1.0.4", "description": "Access the entire Matchai AI development team through a single MCP interface - powered by n8n, LLMs, and Graphiti temporal knowledge graph", "main": "dist/index.js", "type": "module", "bin": { "mcp-matchai-team": "./dist/index.js" }, "scripts": { "build": "tsc", "prepare": "npm run build" }, "keywords": [ "mcp", "matchai", "team", "ai", "backend", "business-logic", "n8n", "graphiti", "llm", "development", "automation", "project-manager", "agents" ], "author": "Matchai Team", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/matcha-chai/mcp-matchai-team.git" }, "bugs": { "url": "https://github.com/matcha-chai/mcp-matchai-team/issues" }, "homepage": "https://github.com/matcha-chai/mcp-matchai-team#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.1", "axios": "^1.7.2", "dotenv": "^16.4.5", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^20.14.0", "typescript": "^5.4.5" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist", "README.md", "LICENSE", "package.json" ] }