Skip to main content
Glama

Article Manager MCP Server

by joelmnz
package.json•1.75 kB
{ "name": "article-manager", "version": "1.0.0", "description": "Full-stack TypeScript article management system for AI agents", "type": "module", "scripts": { "dev": "bun run dev:backend & bun run dev:frontend", "dev:backend": "bun --watch src/backend/server.ts", "dev:frontend": "bun scripts/watch-frontend.ts", "build": "bun run build:frontend", "build:frontend": "bun run clean:build && bun run build:icons && bun build src/frontend/App.tsx --outdir=public --target=browser --minify --splitting --format=esm --entry-naming=[dir]/[name].[hash].[ext] --chunk-naming=[name].[hash].[ext] && bun run build:html && bun run build:css", "build:icons": "node scripts/generate-icons.cjs", "build:html": "node scripts/build-html.cjs", "build:css": "echo 'CSS already bundled'", "clean:build": "rm -f public/App.*.js public/App.*.css", "start": "NODE_ENV=production bun src/backend/server.ts", "reindex": "bun scripts/reindex.ts", "typecheck": "tsc --noEmit", "prepare": "bun run setup-hooks", "setup-hooks": "test -d .git && echo '#!/bin/sh\nbun run typecheck' > .git/hooks/pre-commit && chmod +x .git/hooks/pre-commit || exit 0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "markdownlint": "^0.38.0", "mermaid": "^11.12.0", "ollama": "^0.6.0", "openai": "^6.3.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-markdown": "^9.0.1", "remark-gfm": "^4.0.1", "turndown": "^7.2.1", "turndown-plugin-gfm": "^1.0.2" }, "devDependencies": { "@types/bun": "latest", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@types/turndown": "^5.0.5", "canvas": "^3.2.0", "typescript": "^5.6.3" } }

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/joelmnz/mcp-markdown-manager'

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