Skip to main content
Glama

Vibe-Coder MCP Server

package.json679 B
{ "name": "vibe-coder-mcp", "version": "0.3.0", "description": "A custom MCP for vibecoding", "private": true, "type": "module", "bin": { "vibe-coder-mcp": "./build/mcp-server.js" }, "files": [ "build" ], "scripts": { "build": "tsc --project tsconfig.build.json && node -e \"require('fs').chmodSync('build/mcp-server.js', '755')\"", "watch": "tsc --project tsconfig.build.json --watch", "inspector": "npx @modelcontextprotocol/inspector build/mcp-server.js" }, "dependencies": { "@modelcontextprotocol/sdk": "1.7.0", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" } }

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/crazyrabbitLTC/mcp-vibecoder'

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