Hardware-accelerated codebase mapping that indexes Git repositories into Postgres/pgvector and serves code search, relationships, and static analysis results via a stdio MCP server.
Provides MCP tool adapters for Bioconductor methods like limma, DESeq2, and fgsea, enabling statistical analysis of omics data through containerized R execution. It serves as a bridge between MCP clients and bioinformatics tools for reproducible research workflows.
Find syntax errors in XanoScript code by providing raw code, file paths, or directories. Returns error details with line/column positions and suggestions.
Retrieve a file's contents from a QuantConnect project by specifying the project ID and file name. Omitting the file name returns all files in the project, enabling efficient code review or backup.
Apply a unified diff patch to modify a file in your QuantConnect project. Specify the project ID and the patch in git diff format to update code precisely.