Skip to main content
Glama

Project Handoffs MCP Server

by davidorex
package.json659 B
{ "name": "@modelcontextprotocol/server-project-handoffs", "version": "0.1.0", "description": "MCP server for managing AI session handoffs and next steps", "type": "module", "main": "build/index.js", "scripts": { "build": "tsc", "start": "node build/index.js", "dev": "ts-node --esm src/index.ts", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "@types/node": "^20.0.0", "typescript": "^5.0.0" }, "devDependencies": { "@types/jest": "^29.5.0", "jest": "^29.5.0", "ts-jest": "^29.1.0", "ts-node": "^10.9.0" } }

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/davidorex/project-handoffs'

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