Skip to main content
Glama

MCP Test Server

by zgh2hh
package.json795 B
{ "name": "mcp-test", "version": "1.0.0", "description": "Test repository for MCP functionality", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "start": "ts-node src/server.ts", "dev": "ts-node-dev --respawn src/server.ts", "test": "jest", "example": "ts-node examples/basic-server.ts" }, "keywords": [ "mcp", "test" ], "author": "zgh2hh", "license": "MIT", "dependencies": { "@browsermcp/mcp": "^0.1.3" }, "devDependencies": { "@types/jest": "^29.5.0", "@types/node": "^18.15.11", "jest": "^29.5.0", "ts-jest": "^29.1.0", "ts-node": "^10.9.1", "ts-node-dev": "^2.0.0", "typescript": "^5.0.3" }, "jest": { "preset": "ts-jest", "testEnvironment": "node" } }

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

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