Skip to main content
Glama

Markdown MCP Server

by huntkil
package.json1.15 kB
{ "name": "markdown-mcp-server", "version": "1.0.0", "description": "MCP server for Markdown document management", "type": "module", "main": "src/index.js", "bin": { "markdown-mcp-server": "src/index.js" }, "scripts": { "start": "node src/index.js", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js", "dev": "nodemon src/index.js", "build": "echo 'No build step required for Node.js'", "lint": "eslint src/**/*.js", "lint:fix": "eslint src/**/*.js --fix" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.15.0", "glob": "^10.3.0", "gray-matter": "^4.0.3", "swagger-jsdoc": "^6.2.8", "swagger-ui-express": "^5.0.1", "winston": "^3.17.0" }, "devDependencies": { "@eslint/js": "^9.30.1", "@types/node": "^20.0.0", "eslint": "^8.57.1", "eslint-plugin-react": "^7.37.5", "globals": "^16.3.0", "jest": "^29.0.0", "nodemon": "^3.0.0", "supertest": "^7.1.3" }, "engines": { "node": ">=18.0.0" }, "keywords": [ "mcp", "markdown", "cursor", "ai" ], "author": "Your Name", "license": "MIT" }

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/huntkil/mcp_js'

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