We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bhpark1013/mcp-giljabi'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "mcp-giljabi",
"version": "1.0.0",
"description": "MCP 길잡이 - PlayMCP에서 적합한 MCP를 찾아주는 서비스",
"main": "dist/index.js",
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"prepare-embeddings": "tsx src/scripts/prepareEmbeddings.ts",
"test-search": "tsx src/scripts/testSearch.ts",
"inspector": "npx @anthropic-ai/mcp-inspector dist/index.js"
},
"keywords": [
"mcp",
"playmcp",
"kakao",
"ai"
],
"author": "",
"license": "MIT",
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@modelcontextprotocol/sdk": "^1.0.0"
},
"devDependencies": {
"@types/node": "^20.10.0",
"tsx": "^4.7.0",
"typescript": "^5.3.0"
}
}