Skip to main content
Glama

MCP & Copilot Studio Learning Project

by sayedpfe
  • Apple
  • Linux
package.json984 B
{ "name": "mcp-learning-server", "version": "1.0.0", "description": "A learning project for Model Context Protocol (MCP) server development with TypeScript", "type": "module", "main": "build/index.js", "bin": { "mcp-learning-server": "./build/index.js" }, "scripts": { "build": "tsc", "start": "node build/index.js", "dev": "npm run build && npm start", "clean": "rimraf build", "watch": "tsc --watch", "test": "node test-server.js", "test-manual": "echo \"Use 'npm test' to run automated tests or connect via Claude Desktop\"" }, "keywords": [ "mcp", "model-context-protocol", "ai", "claude", "typescript", "learning" ], "author": "Learning Project", "license": "MIT", "files": [ "build" ], "devDependencies": { "@types/node": "^24.0.13", "rimraf": "^6.0.1", "typescript": "^5.8.3" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.15.1", "zod": "^3.25.76" } }

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/sayedpfe/MCP'

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