Skip to main content
Glama

GPT-5 MCP Server

by nbrain-team
package.json839 B
{ "name": "gpt5-mcp-server", "version": "0.1.0", "description": "An MCP server exposing GPT-5 inference with optional Web Search Preview.", "type": "module", "bin": { "gpt5-mcp-server": "dist/cli.js", "gpt5-mcp": "dist/cli.js" }, "scripts": { "build": "tsc -p tsconfig.json", "dev": "tsx watch src/index.ts", "start": "node dist/cli.js", "check": "tsc --noEmit", "test": "vitest --run", "test:watch": "vitest" }, "engines": { "node": ">=18" }, "files": [ "dist", "README.md" ], "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.17.1", "dotenv": "^17.2.1", "openai": "^5.12.1", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^24.2.0", "vitest": "^2.0.5", "tsx": "^4.20.3", "typescript": "^5.9.2" } }

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/nbrain-team/gpt5-mcp'

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