Skip to main content
Glama
package.json784 B
{ "name": "codewiki-mcp-server", "version": "1.0.0", "description": "MCP server for Google CodeWiki integration", "main": "dist/server.js", "type": "commonjs", "scripts": { "build": "tsc", "start": "node dist/server.js", "dev": "tsc --watch", "clean": "rm -rf dist", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "model-context-protocol", "codewiki", "google", "documentation" ], "author": "Chris Bunting <cbuntingde@gmail.com>", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.25.1", "axios": "^1.6.0", "cheerio": "^1.0.0-rc.12" }, "devDependencies": { "@types/cheerio": "^0.22.35", "@types/node": "^25.0.3", "typescript": "^5.9.3" } }

Latest Blog Posts

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/cbuntingde/codewiki-mcp-server'

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