Skip to main content
Glama

Matrix Pattern MCP Server

by Rodrigo-JM
package.jsonโ€ข1.93 kB
{ "name": "matrix-pattern-mcp-server", "version": "1.0.0", "description": "Matrix Pattern System MCP Server - Advanced pattern management and synchronization", "main": "src/index.js", "type": "module", "bin": { "matrix-pattern": "src/cli.js" }, "scripts": { "start": "node src/index.js", "dev": "node --watch src/index.js", "test": "node --test src/test/**/*.test.js", "build": "npm run test", "lint": "eslint src/", "format": "prettier --write src/", "setup": "bash setup.sh", "init-matrix": "node src/init-matrix.js", "validate": "node src/validate-patterns.js" }, "keywords": [ "mcp", "matrix-pattern", "pattern-management", "synchronization", "claude", "ai-coordination" ], "author": "Matrix Pattern System", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "fs-extra": "^11.2.0", "uuid": "^9.0.1", "zod": "^3.22.4", "chokidar": "^3.5.3", "yaml": "^2.3.4", "glob": "^10.3.10", "semver": "^7.5.4", "lodash": "^4.17.21" }, "devDependencies": { "eslint": "^8.57.0", "prettier": "^3.2.5", "typescript": "^5.3.3", "@types/node": "^20.11.5", "@types/uuid": "^9.0.7", "@types/lodash": "^4.14.202" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "https://github.com/matrix-pattern/mcp-server.git" }, "bugs": { "url": "https://github.com/matrix-pattern/mcp-server/issues" }, "homepage": "https://github.com/matrix-pattern/mcp-server#readme", "mcp": { "server": { "name": "matrix-pattern", "version": "1.0.0", "description": "Advanced pattern management and synchronization server", "capabilities": [ "pattern-management", "horizontal-sync", "vertical-sync", "metadata-tracking", "configuration-management" ] } } }

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/Rodrigo-JM/matrix-pattern'

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