We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/paulsham/wiki-mcp-analytics-test-1.1.0'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "wiki-mcp-analytics",
"version": "1.0.0",
"description": "Analytics Specification MCP Server - Transform Wiki markdown to queryable formats",
"type": "module",
"main": "src/mcp-server/index.js",
"scripts": {
"build": "node src/builder/index.js",
"build:csv": "node src/builder/index.js --csv-only",
"build:js": "node src/builder/index.js --js-only",
"build:example": "node src/builder/index.js --use-examples",
"ci:build": "npm run build && git add specs/",
"ci:commit": "git commit -m 'chore(specs): auto-generate specs [skip ci]'",
"prepare": "husky",
"start": "node src/mcp-server/index.js"
},
"keywords": [
"analytics",
"mcp",
"model-context-protocol",
"wiki",
"transformation"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"csv-parse": "^5.5.0"
},
"devDependencies": {
"husky": "^9.0.0"
},
"engines": {
"node": ">=20.0.0"
}
}