Skip to main content
Glama

Agent5ive MCP Server

by agent5ive
package.json827 B
{ "name": "agent5ive-mcp", "version": "1.0.0", "type": "module", "description": "An MCP server for Agent5ive, built with the official @modelcontextprotocol/sdk.", "main": "dist/index.js", "bin": { "agent5ive-mcp": "./dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js --http", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "agent5ive", "mcp", "sdk" ], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.17.5", "axios": "^1.7.2", "cors": "^2.8.5", "express": "^4.19.2", "zod": "^3.23.8" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/node": "^20.14.10", "ts-node": "^10.9.2", "typescript": "^5.5.3" } }

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/agent5ive/agent5ive-mcp'

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