Skip to main content
Glama

MCP Learning Server

by thanhtn2902
package.json582 B
{ "name": "mcp-playground", "version": "1.0.0", "type": "module", "main": "server.js", "license": "MIT", "description": "A learning MCP server demonstrating tools, resources, and prompts", "keywords": ["mcp", "model-context-protocol", "ai", "tools", "resources", "prompts"], "scripts": { "start": "node server.js", "dev": "node --watch server.js", "test": "node test-client.js", "examples": "node protocol-examples.js" }, "bin": { "mcp-learning-server": "./server.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.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/thanhtn2902/mcp-playground'

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