Skip to main content
Glama
package.json1.03 kB
{ "name": "@zhefang/mcp-add-server", "version": "1.0.1", "description": "A minimal MCP server with add(a, b) tool.", "author": "zhangzhefang-github", "license": "MIT", "main": "src/server.js", "bin": { "mcp-add-server": "bin.js" }, "files": [ "bin.js", "src/server.js", "README.md", "LICENSE" ], "scripts": { "start": "./bin.js", "test": "NODE_OPTIONS=--experimental-vm-modules jest --detectOpenHandles --forceExit" }, "keywords": [ "mcp", "model-context-protocol", "tool", "add", "server", "cli" ], "repository": { "type": "git", "url": "git+https://github.com/zhangzhefang-github/mcp-add-server.git" }, "bugs": { "url": "https://github.com/zhangzhefang-github/mcp-add-server/issues" }, "homepage": "https://github.com/zhangzhefang-github/mcp-add-server#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.11.0", "zod": "^3.24.4" }, "type": "module", "devDependencies": { "jest": "^29.7.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/zhangzhefang-github/mcp-add-server'

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