Skip to main content
Glama

My First MCP

by MaxiGarcia13
package.json956 B
{ "name": "my-first-mcp", "version": "1.0.0", "type": "module", "description": "My first MCP", "main": "index.js", "scripts": { "myFirstMcp": "node my-first-mcp.js", "myFirstMcp:list": "echo '{\"jsonrpc\": \"2.0\", \"id\": 1, \"method\": \"tools/list\", \"params\": {\"name\": \"add\", \"arguments\": {}}}' | node my-first-mcp.js | jq", "myFirstMcp:call": "echo '{\"jsonrpc\": \"2.0\", \"id\": 1, \"method\": \"tools/call\", \"params\": {\"name\": \"add\", \"arguments\": {\"a\": 5, \"b\": 3}}}' | node my-first-mcp.js | jq" }, "repository": { "type": "git", "url": "git+https://github.com/MaxiGarcia13/my-first-mcp.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/MaxiGarcia13/my-first-mcp/issues" }, "homepage": "https://github.com/MaxiGarcia13/my-first-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "1.16", "zod": "^3.25.76" } }

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/MaxiGarcia13/my-first-mcp'

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