Skip to main content
Glama
package.json•1.28 kB
{ "name": "egw-writings-mcp-server", "version": "1.0.0", "description": "MCP server providing fast access to local EGH (Ellen Gould Harmon) research database with offline API and PDF generation", "type": "module", "main": "apps/local-server/src/server.smithery.js", "bin": { "egw-research-server": "apps/local-server/src/server.smithery.js" }, "scripts": { "start": "node apps/local-server/src/server.smithery.js", "build": "echo 'No build required for JavaScript server'", "test": "echo 'No tests configured'" }, "dependencies": { "adm-zip": "^0.5.16", "sqlite3": "^5.1.6" }, "keywords": [ "mcp", "model-context-protocol", "egw", "ellen-white", "writings", "local", "database", "research", "educational" ], "author": "surgbc", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/pythondev-pro/egw_writings_mcp_server.git" }, "homepage": "https://github.com/pythondev-pro/egw_writings_mcp_server#readme", "bugs": { "url": "https://github.com/pythondev-pro/egw_writings_mcp_server/issues" }, "engines": { "node": ">=18.0.0" }, "mcp": { "command": "node", "args": [ "apps/local-server/src/server.smithery.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/pythondev-pro/egw_writings_mcp_server'

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