Skip to main content
Glama
package.json1.11 kB
{ "name": "fullstack-mcp", "version": "1.0.0", "description": "MCP server for full-stack development with OpenCode CLI integration", "type": "module", "main": "dist/index.js", "bin": { "fullstack-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc && node dist/index.js", "test": "echo \"No tests yet\" && exit 0", "lint": "tsc --noEmit", "clean": "rm -rf dist", "prepublishOnly": "echo 'Remember to test locally first!' && npm run build" }, "keywords": [ "mcp", "modelcontextprotocol", "opencode", "fullstack", "cli", "ai", "llm", "react", "nodejs", "typescript" ], "author": "", "license": "MIT", "engines": { "node": ">=18.0.0" }, "files": [ "dist/", "README.md", "LICENSE" ], "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "commander": "^12.0.0", "zod": "^3.25.76", "zod-to-json-schema": "^3.24.6" }, "devDependencies": { "@types/node": "^20.0.0", "tsx": "^4.0.0", "typescript": "^5.0.0" } }

Latest Blog Posts

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/RhizomaticRobin/cerebras-code-fullstack-mcp'

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