Skip to main content
Glama

Discourse MCP Server

by AshDevFr
package.json829 B
{ "name": "@ashdev/discourse-mcp-server", "version": "1.0.2", "homepage": "https://github.com/AshDevFr/discourse-mcp-server", "bugs": "https://github.com/AshDevFr/discourse-mcp-server/issues", "main": "index.js", "type": "module", "bin": { "discourse-mcp-server": "./build/index.js" }, "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "lint": "biome check ./src", "lint:fix": "biome check --write ./src" }, "files": [ "build" ], "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "discourse2": "^1.1.26", "zod": "^3.24.2" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@types/node": "^22.13.10", "typescript": "^5.8.2" } }

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/AshDevFr/discourse-mcp-server'

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