Skip to main content
Glama

Link MCP

by lijianye521
package.json1.43 kB
{ "name": "link-mcp3", "version": "1.1.3", "description": "A Model Context Protocol server for accessing links, fetching documentation, and managing Cursor memories", "type": "module", "main": "dist/index.js", "bin": { "link-mcp": "dist/index.js" }, "scripts": { "build": "node build.js", "start": "node dist/index.js", "lint": "eslint src --ext .ts", "prepublishOnly": "npm run build && npm run lint", "release": "node publish.js" }, "keywords": [ "mcp", "model-context-protocol", "documentation", "cursor", "memory" ], "author": "lijianye", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/lijianye/link-mcp.git" }, "homepage": "https://github.com/lijianye/link-mcp#readme", "bugs": { "url": "https://github.com/lijianye/link-mcp/issues" }, "files": [ "dist/**/*", "README.md", "package.json" ], "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0", "axios": "^1.6.8", "cheerio": "^1.0.0-rc.12", "fs-extra": "^11.2.0", "path": "^0.12.7", "url": "^0.11.3" }, "devDependencies": { "@types/node": "^20.11.30", "@types/fs-extra": "^11.0.4", "@typescript-eslint/eslint-plugin": "^7.4.0", "@typescript-eslint/parser": "^7.4.0", "eslint": "^8.57.0", "rimraf": "^5.0.5", "typescript": "^5.4.3" }, "engines": { "node": ">=16" } }

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/lijianye521/link-mcp'

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