Skip to content

deepmodeling/AI4S-agent-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI4S-agent-tools

An open project by the DeepModeling community - Building intelligent tools for scientific research.

🌐 View Tool Showcase | 🤝 Contribute

🎯 Mission

We're building a comprehensive "scientific capability library" - agent-ready tools that cover the full spectrum of AI for Science tasks:

🔬 Current Tools

  • Materials Science

  • Chemistry

    • PubChem - Compound data retrieval and structure download
    • Catalysis - Reaction calculations with ADSEC workflow
  • Research Tools

🚀 Coming Soon

  • 📊 Spectral analysis (XRD, NMR, Raman)
  • 🧬 Protein structure prediction
  • 🔭 3D molecular visualization
  • 📈 Experimental design optimization
  • 🧫 Multi-objective Bayesian optimization

💻 Quick Start

Use a Tool

# Install dependencies
cd servers/<tool-name>
uv sync

# Run the server
python server.py --port 50001

Add Your Tool

# Copy template
cp -r servers/_example servers/my_tool

# Edit and test
cd servers/my_tool
# ... edit server.py ...
uv sync
python server.py --port 50002

See CONTRIBUTING.md for the complete guide.

🏗️ Architecture

Each tool is an independent MCP (Model Context Protocol) server that can be:

  • Run standalone for development
  • Integrated with AI agents (Claude, GPT, etc.)
  • Composed into complex workflows

🤝 Join Us

We welcome contributions from:

  • 🧑‍🔬 Domain scientists with computational needs
  • 💻 Developers interested in scientific computing
  • 🤖 AI researchers building science agents
  • 📚 Anyone passionate about open science

📄 License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

🙏 Acknowledgments

Built with ❤️ by the DeepModeling community.

About

Collecting a variety of Agent-Ready tool modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 11