Skip to main content
Glama

MCP Server Builder

by joe-watkins
package.jsonβ€’690 B
{ "name": "mcp-server-builder", "version": "1.0.0", "description": "A minimalist MCP server that scaffolds basic MCP server projects for VS Code and Cursor", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "clean": "rm -rf dist" }, "keywords": ["mcp", "model-context-protocol", "scaffold", "template", "vscode", "cursor"], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "devDependencies": { "typescript": "^5.3.0", "@types/node": "^20.10.0", "tsx": "^4.6.0" }, "engines": { "node": ">=18.0.0" } }

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/joe-watkins/MCP-Builder'

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