Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
BioMCP
Claim
by
acashmoney
GitHub
Research & Data
Health & Wellness
Education & Learning Tools
TypeScript
6
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
bio-mcp
src
tests
cover.png
Dockerfile
.env.template
eslint.config.js
.gitignore
jest.config.cjs
package.json
package-lock.json
prompts.md
README.md
smithery.yaml
tsconfig.json
{ "name": "bio-mcp", "version": "0.1.0", "description": "", "main": "index.js", "type": "module", "bin": { "weather": "./build/index.js" }, "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "test": "jest", "test:unit": "jest --testPathPattern=tests/unit", "test:integration": "jest --testPathPattern=tests/integration", "test:e2e": "jest --testPathPattern=tests/e2e", "lint": "eslint . --ext .ts", "lint:fix": "eslint . --ext .ts --fix" }, "files": [ "build" ], "keywords": [], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "zod": "^3.24.2" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.13.8", "jest": "^29.7.0", "ts-jest": "^29.2.6", "ts-node": "^10.9.2", "typescript": "^5.8.2" } }