Skip to main content
Glama

Remote MCP with Azure Container Apps

by powerstar13
package.json1.05 kB
{ "name": "mcp-container-ts", "version": "1.0.0", "main": "index.js", "type": "module", "scripts": { "start": "tsx src/index.ts", "build": "tsc", "dev": "tsx watch src/index.ts", "inspect": "mcp-inspector --config ./mcp-inspector.json --server mcp-server-sse" }, "keywords": [ "modelcontextprotocol", "mcp", "mcp-server", "sse" ], "license": "MIT", "description": "An MCP server that implements SSE and communicates with a local sqlite database.", "dependencies": { "@azure/identity": "^4.9.1", "@modelcontextprotocol/sdk": "^1.10.2", "better-sqlite3": "^11.9.1", "chalk": "^5.4.1", "debug": "^4.4.0", "express": "^5.0.1", "type": "^2.7.3", "zod": "^3.24.3" }, "devDependencies": { "@modelcontextprotocol/inspector": "^0.10.2", "@types/better-sqlite3": "^7.6.13", "@types/debug": "^4.1.12", "@types/express": "^5.0.0", "@types/node": "^20.11.24", "tsx": "^4.19.3", "typescript": "^5.3.3" }, "engines": { "node": ">=22.0.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/powerstar13/copilot-mcp-poc'

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