Skip to main content
Glama

Cowsay MCP Server

by mrseanchow
package.json2.19 kB
{ "name": "cowsay-mcp", "version": "2.0.0", "description": "Cowsay MCP Server, providing ASCII art cow capabilities for LLMs.", "private": false, "type": "module", "keywords": [ "AI", "LLM", "MCP", "ModelContextProtocol", "Cowsay MCP Server", "LLM Tool", "cowsay" ], "author": "Sean Chow <mrseanchow@gmail.com>", "license": "MIT", "main": "./dist/index.cjs", "module": "./src/index.ts", "types": "./src/index.d.ts", "bin": { "cowsay-mcp": "dist/index.js" }, "files": [ "dist/**" ], "publishConfig": { "access": "public" }, "engines": { "node": ">=20.0.0" }, "scripts": { "dev": "npx @smithery/cli dev", "build": "npm run build:http", "build:stdio": "tsc", "build:http": "npx @smithery/cli build", "start": "npm run start:http", "start:http": "node .smithery/index.cjs", "start:stdio": "node dist/index.js", "prepare": "npm run build:stdio", "prepublishOnly": "npm run build:stdio", "lint": "eslint src", "lint:fix": "eslint src --fix" }, "tsup": { "entry": [ "src/index.ts" ], "outDir": "dist", "format": [ "cjs", "esm" ], "splitting": false, "dts": true, "clean": true, "sourcemap": true }, "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.js" } }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.3", "@smithery/cli": "^1.5.2", "cowsay": "^1.5.0", "zod": "^3.25.76" }, "devDependencies": { "@eslint/js": "^8.56.0", "@smithery/cli": "^1.2.4", "@smithery/sdk": "^1.6.8", "@types/node": "^22.0.0", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.56.0", "tsup": "^8.4.0", "tsx": "^4.20.5", "typescript": "^5.3.3", "typescript-eslint": "^7.0.0" } }

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/mrseanchow/cowsay-mcp'

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