Skip to main content
Glama

Build MCP Server

by TeodorTrotea
package.json885 B
{ "name": "build-mcp-server", "version": "1.0.0", "description": "A Model Context Protocol server for build and development tasks", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "prepublishOnly": "npm run build", "postinstall": "npm run build" }, "keywords": ["mcp", "model-context-protocol", "build", "development"], "author": "teodortrotea", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/TeodorTrotea/mcptest.git" }, "files": [ "dist/**/*", "README.md", "package.json" ], "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0" }, "devDependencies": { "@types/node": "^20.0.0", "tsx": "^4.0.0", "typescript": "^5.0.0" }, "bin": { "build-mcp-server": "dist/index.js" } }

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/TeodorTrotea/mcptest'

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