Skip to main content
Glama

MCP ASCII Charts

package.json1.6 kB
{ "name": "mcp-ascii-charts", "version": "1.0.1", "description": "A Model Context Protocol server for generating ASCII charts directly in your terminal.", "type": "module", "main": "dist/index.js", "bin": { "mcp-ascii-charts": "dist/index.js" }, "scripts": { "build": "tsc && cp package.json dist/", "dev": "tsx src/index.ts", "start": "node dist/index.js", "test": "jest", "lint": "eslint src/**/*.ts", "lint:md": "markdownlint-cli2", "lint:all": "npm run lint && npm run lint:md", "typecheck": "tsc --noEmit", "health": "curl -f http://localhost:3000/health || echo 'Health endpoint not available'", "prestart": "npm run build" }, "keywords": [ "mcp", "ascii", "charts", "terminal", "visualization", "graphs" ], "author": "Gianluca Mazza <info@gianlucamazza.it>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/gianlucamazza/mcp-ascii-charts.git" }, "bugs": { "url": "https://github.com/gianlucamazza/mcp-ascii-charts/issues" }, "homepage": "https://github.com/gianlucamazza/mcp-ascii-charts#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "devDependencies": { "@types/jest": "^29.0.0", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "eslint": "^8.0.0", "jest": "^29.0.0", "markdownlint-cli2": "^0.18.1", "ts-jest": "^29.0.0", "tsx": "^4.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18.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/gianlucamazza/mcp-ascii-charts'

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