Skip to main content
Glama

Maton MCP Server

package.json1.46 kB
{ "name": "@maton/mcp", "version": "0.0.10", "homepage": "https://github.com/maton-ai/agent-toolkit/tree/main/modelcontextprotocol", "description": "A command line tool for setting up Maton MCP server", "bin": "dist/index.js", "files": [ "dist/index.js", "LICENSE", "README.md", "VERSION", "package.json" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('dist/index.js', '755')\"", "clean": "rm -rf dist", "lint": "eslint \"./**/*.ts*\"", "prettier": "prettier './**/*.{js,ts,md,html,css}' --write", "prettier-check": "prettier './**/*.{js,ts,md,html,css}' --check" }, "packageManager": "pnpm@9.11.0", "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.4.1", "@maton/agent-toolkit": "latest", "colors": "^1.4.0" }, "keywords": [ "mcp", "modelcontextprotocol", "maton" ], "author": "Maton <support@maton.ai> (https://maton.ai)", "license": "MIT", "devDependencies": { "@eslint/compat": "^1.2.6", "@types/jest": "^29.5.14", "@types/node": "^22.13.4", "@typescript-eslint/eslint-plugin": "^8.24.1", "eslint-config-prettier": "^10.0.1", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-prettier": "^5.2.3", "globals": "^15.15.0", "jest": "^29.7.0", "prettier": "^3.5.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2" } }

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/maton-ai/agent-toolkit'

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