letter-to-god-mcp-server
Version:
A Model Context Protocol (MCP) server that provides personalized Bible guidance and mentorship through AI integration with OpenAI's ChatGPT
53 lines (52 loc) • 1.38 kB
JSON
{
"name": "letter-to-god-mcp-server",
"version": "1.0.3",
"type": "module",
"main": "index.js",
"bin": {
"letter-to-god": "./cli.js"
},
"scripts": {
"start": "node index.js",
"cli": "node cli.js",
"test": "node test-server.js",
"build": "npx tsc",
"help": "node cli.js --help",
"setup": "cp .env.example .env && echo 'Please edit .env file with your OpenAI API key'"
},
"keywords": [
"mcp",
"model-context-protocol",
"bible",
"spiritual-guidance",
"openai",
"gpt-4",
"cli",
"server",
"biblical-mentor",
"faith",
"scripture"
],
"author": "Letter to God MCP Server",
"license": "MIT",
"description": "A Model Context Protocol (MCP) server that provides personalized Bible guidance and mentorship through AI integration with OpenAI's ChatGPT",
"repository": {
"type": "git",
"url": "https://github.com/hanhabesha/letter-to-god-mcp-server.git"
},
"bugs": {
"url": "https://github.com/hanhabesha/letter-to-god-mcp-server.git/issues"
},
"homepage": "https://github.com/hanhabesha/letter-to-god-mcp-server.git#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.16.0",
"dotenv": "^17.2.0",
"openai": "^5.10.1",
"yargs": "^18.0.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^24.0.15",
"typescript": "^5.8.3"
}
}