Skip to main content
Glama
package.json756 B
{ "name": "@smithery/mcp-openproject-smithery", "version": "1.0.0", "description": "MCP server for interacting with OpenProject (Smithery Edition)", "license": "MIT", "author": "Jesse Bautista", "type": "module", "files": [ "dist" ], "scripts": { "build": "tsc", "prepare": "npm run build", "dev": "tsx watch src/index.ts", "watch": "tsc --watch", "start": "node dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.11.0", "axios": "^1.6.8", "zod": "^3.24.3" }, "devDependencies": { "@types/express": "^4.17.22", "@types/node": "^22", "tsx": "^4.19.4", "typescript": "^5.6.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/jessebautista/mcp-openproject-smithery'

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