Skip to main content
Glama
package.jsonโ€ข1.21 kB
{ "name": "mcp-workspace-server", "version": "1.0.0", "description": "A secure, sandboxed Model Context Protocol (MCP) server that gives LLMs controlled file system access to build and manage projects", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "test": "vitest --run", "test:watch": "vitest", "test:coverage": "vitest --coverage", "dev": "tsc --watch" }, "keywords": [ "mcp", "model-context-protocol", "llm", "ai", "claude", "chatgpt", "ollama", "file-system", "sandbox", "security", "typescript" ], "author": "Your Name <your.email@example.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/YOUR_USERNAME/mcp-workspace-server.git" }, "bugs": { "url": "https://github.com/YOUR_USERNAME/mcp-workspace-server/issues" }, "homepage": "https://github.com/YOUR_USERNAME/mcp-workspace-server#readme", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "typescript": "^5.3.3" }, "devDependencies": { "@types/node": "^20.10.0", "vitest": "^1.0.0", "fast-check": "^3.15.0" }, "engines": { "node": ">=18.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/ShayYeffet/mcp_server'

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