MCP_Research / README.md
mgbam's picture
Update README.md
229c8f6 verified
|
raw
history blame
976 Bytes
metadata
title: MCP Research
emoji: πŸš€
colorFrom: red
colorTo: red
sdk: docker
app_port: 8501
tags:
  - streamlit
pinned: false
short_description: Streamlit template space

AI-Powered Scientific Research Companion

This repository implements an AI-driven research assistant using the Model Context Protocol (MCP). It enables end-to-end capabilities:

  • πŸ” Discovery & Ingestion: Search journals, preprint servers, and web via MCP servers (e.g. pskill9/web-search, metatool-ai/metatool-app).
  • πŸ““ Reproducible Notebook: Retrieve and run code snippets for core experiments via a Python-run MCP server.
  • πŸ”— Knowledge Graph: Build and visualize relationships (methods, datasets, concepts) via a vector-store MCP (e.g. Chroma).
  • πŸ”§ Provenance Tracking: Store metadata and run history in a SQL database via MCP.

Getting Started

  1. Clone this repo:
    git clone https://huggingface.co/spaces/your-username/MCP_Research
    cd MCP_Research