Skip to content

BioContext/OpenTargets-MCP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenTargets MCP Project

This project uses the OpenTargets Platform API to interact with OpenTargets data.

Setup

  1. Make sure you have Python 3.8+ installed
  2. Create and activate a virtual environment:
    python -m venv .venv
    source .venv/bin/activate  # On Unix/macOS
    # or
    .venv\Scripts\activate  # On Windows
  3. Install dependencies:
    pip install -e .

Usage

[Add usage instructions here as the project develops]

Project Structure

opentargets-mcp/
├── pyproject.toml    # Project configuration and dependencies
├── README.md        # This file
└── src/            # Source code directory
    └── opentargets_mcp/  # Main package directory

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages