Skip to main content
Glama

Unrestricted Development MCP Server

package.json730 B
{ "name": "mcp-unrestricted-dev-server", "version": "1.0.0", "description": "MCP server providing unrestricted access to filesystem, shell, Docker, MongoDB, and more for AI-assisted development", "type": "module", "main": "build/index.js", "scripts": { "build": "tsc", "watch": "tsc --watch", "start": "node build/index.js", "dev": "tsc && node build/index.js" }, "keywords": [ "mcp", "model-context-protocol", "development", "automation" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "mongodb": "^6.11.0", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^22.10.2", "typescript": "^5.7.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/ConnorBoetig-dev/mcp2'

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