Skip to main content
Glama

nf-core MCP Server

by wjlim
package.json771 B
{ "name": "nf-core-mcp", "version": "1.0.0", "description": "MCP server for managing nf-core pipeline repositories", "main": "dist/index.js", "type": "module", "scripts": { "start": "node dist/index.js", "build": "tsc", "dev": "ts-node-esm src/index.ts", "lint": "eslint src/**/*.ts", "test": "jest" }, "dependencies": { "@modelcontextprotocol/sdk": "latest", "express": "^4.18.2", "zod": "^3.22.4" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^20.11.24", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.56.0", "typescript": "^5.3.3", "ts-node": "^10.9.2" }, "bin": { "nf-core-mcp": "./dist/index.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/wjlim/nf-core_mcp'

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