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
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
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
{ "compilerOptions": { "target": "ES2023", "module": "NodeNext", "moduleResolution": "NodeNext", "outDir": "./build", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["src/**/*"], "exclude": ["node_modules"] }