Skip to main content
Glama

MCP Test Server

by yvanfreitas
package.json712 B
{ "name": "mcp-test", "version": "1.0.0", "description": "A Node.js MCP (Model Context Protocol) server with basic mocked operations", "main": "server.js", "type": "module", "scripts": { "start": "node server.js", "mcp": "node mcp-server.js", "mcp:dev": "node --watch mcp-server.js", "dev": "node --watch server.js", "test": "node test-client.js", "test:manual": "echo \"Start server with 'npm start' then run 'npm test' in another terminal\"" }, "keywords": [ "mcp", "server", "node", "api" ], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.16.0", "express": "^4.19.2", "node-fetch": "^3.3.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/yvanfreitas/MCP-test'

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