We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/elchika-inc/vcpkg-package-readme-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@elchika-inc/vcpkg-package-readme-mcp-server",
"version": "1.0.0",
"description": "MCP server for fetching vcpkg package README and usage information",
"type": "module",
"main": "dist/index.js",
"bin": {
"vcpkg-package-readme-mcp-server": "dist/index.js"
},
"files": [
"dist",
"README.md",
"package.json"
],
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "bun run src/index.ts",
"clean": "rm -rf dist",
"test": "vitest run",
"npm:publish": "npm publish --access public",
"prepublishOnly": "bun run clean && bun run build && chmod +x dist/index.js"
},
"keywords": [
"mcp",
"vcpkg",
"cpp",
"c++",
"microsoft",
"readme",
"package",
"documentation",
"model-context-protocol"
],
"author": "naoto24kawa",
"license": "MIT",
"homepage": "https://github.com/elchika-inc/package-readme-mcp-servers#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/elchika-inc/package-readme-mcp-servers.git",
"directory": "vcpkg-package-readme-mcp-server"
},
"bugs": {
"url": "https://github.com/elchika-inc/package-readme-mcp-servers/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.13.2",
"@elchika-inc/package-readme-shared": "file:../shared"
},
"devDependencies": {
"@types/bun": "^1.2.17",
"@types/node": "^24.0.4",
"@typescript-eslint/eslint-plugin": "^8.35.0",
"@typescript-eslint/parser": "^8.35.0",
"eslint": "^9.29.0",
"vitest": "^3.2.4",
"@vitest/ui": "^3.2.4",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=18.0.0",
"bun": ">=1.0.0"
}
}