Skip to main content
Glama
package.json2.26 kB
{ "name": "bruno-mcp-server", "version": "1.0.7", "description": "MCP server for Bruno CLI integration - Execute API tests through Model Context Protocol", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "bin": { "bruno-mcp-server": "dist/index.js" }, "files": [ "dist/**/*.js", "dist/**/*.d.ts", "!dist/**/__tests__/**", "!dist/**/*.test.*", "!dist/**/*.spec.*", "README.md", "LICENSE", ".mcp.json", "bruno-mcp.config.example.json" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "start": "node dist/index.js", "dev": "tsx src/index.ts", "test": "vitest run", "test:watch": "vitest", "test:ui": "vitest --ui", "test:coverage": "vitest run --coverage", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", "format:check": "prettier --check \"src/**/*.ts\"", "type-check": "tsc --noEmit" }, "keywords": [ "mcp", "bruno", "api-testing", "model-context-protocol", "bruno-cli", "api", "testing", "automation", "claude", "ai-tools" ], "author": "Juan Ruiz", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/jcr82/bruno-mcp-server.git" }, "bugs": { "url": "https://github.com/jcr82/bruno-mcp-server/issues" }, "homepage": "https://github.com/jcr82/bruno-mcp-server#readme", "engines": { "node": ">=20.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0", "@usebruno/cli": "^2.13.2", "domelementtype": "^2.3.0", "execa": "^8.0.1", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "@vitest/coverage-v8": "^3.2.4", "@vitest/ui": "^3.2.4", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.2", "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import": "^2.32.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.6.0", "prettier": "^3.7.2", "tsx": "^4.0.0", "typescript": "^5.0.0", "vitest": "^3.2.4" } }

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/jcr82/bruno-mcp-server'

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