Skip to main content
Glama
package.json1.05 kB
{ "name": "@nuin/wormbase-mcp", "version": "0.1.0", "description": "MCP server for WormBase REST API - access C. elegans and nematode biological data with natural language", "main": "dist/index.js", "bin": { "wormbase-mcp": "./dist/index.js" }, "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "wormbase", "c-elegans", "nematode", "biology", "bioinformatics", "genomics", "model-context-protocol", "llm", "claude" ], "author": "WormBase", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/WormBase/wormbase-mcp.git" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.22.0" }, "devDependencies": { "@types/node": "^20.10.0", "tsx": "^4.6.0", "typescript": "^5.3.0" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist", "README.md" ] }

Latest Blog Posts

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/WormBase/wormbase-mcp'

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