Skip to main content
Glama

MCP User Management Server

by TalissonFV
package.json764 B
{ "name": "mcp-test", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "server:build": "tsc", "server:build:watch": "tsc --watch", "server:dev": "tsx src/server.ts", "server:dev:watch": "tsx src/server.ts --watch", "server:inspect": "set DANGEROUSLY_OMIT_AUTH=true && npx @modelcontextprotocol/inspector npm run server:dev" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.17.3", "zod": "^3.25.76" }, "devDependencies": { "@modelcontextprotocol/inspector": "^0.16.5", "@types/node": "^24.3.0", "tsx": "^4.20.4", "typescript": "^5.9.2" } }

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/TalissonFV/mcp-test'

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