sbl-sdsc/mcp-genelab
If you are the rightful owner of mcp-genelab and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP GeneLab Server is a Model Context Protocol server that translates natural language queries into Cypher queries for execution against Neo4j endpoints, facilitating AI-assisted analysis of NASA's space biology experiments.
Tools
Functions exposed to the LLM to take actions
get_neo4j_schema
Lists all nodes, their attributes, and their relationships in the Neo4j database.
read_neo4j_cypher
Executes a read-only Cypher query on the Neo4j database.
get_node_metadata
Retrieves metadata descriptions for all node types in the knowledge graph.
get_relationship_metadata
Retrieves descriptions of properties for all relationship types in the knowledge graph.
find_upregulated_genes
Finds genes that are upregulated in spaceflight conditions compared to ground control.
find_downregulated_genes
Finds genes that are downregulated in spaceflight conditions compared to ground control.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client