Skip to main content
Glama

MCP Server Project

package.json565 B
{ "name": "mcp-server", "version": "0.1.0", "description": "A Model Context Protocol (MCP) server application", "type": "module", "main": "build/index.js", "scripts": { "build": "tsc", "prepare": "npm run build", "watch": "tsc --watch", "start": "node build/index.js" }, "keywords": [ "mcp", "model-context-protocol", "server" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.3.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/JamesUnlocked/MCP_Projects'

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