Price Per TokenPrice Per Token
Scientific Thinking  (Adaptive Graph of Thoughts)

Scientific Thinking (Adaptive Graph of Thoughts)

by saptadey

GitHub 26Remote
0

About

Adaptive Graph of Thoughts is an AI reasoning framework that implements scientific thinking through graph structures, enabling complex multi-step reasoning with dynamic confidence scoring. Key features of Adaptive Graph of Thoughts: - Graph-of-Thoughts reasoning structure for decomposing complex scientific queries into interconnected reasoning paths - Dynamic confidence scoring system to evaluate and weight different lines of reasoning - External database integration for real-time evidence gathering and knowledge retrieval - FastAPI-based MCP server built on Python and NetworkX for robust graph operations - Docker deployment support for easy containerized setup - Modular architecture designed for seamless integration with AI coding assistants and clients

README

[](https://mseep.ai/app/saptadey-adaptive-graph-of-thoughts-mcp-server)

🧠 Adaptive Graph of Thoughts

                    ╔══════════════════════════════════════╗
                    ║                                      ║
                    ║   🧠 Adaptive Graph of Thoughts 🧠  ║
                    ║                                      ║
                    ║       Intelligent Scientific         ║
                    ║         Reasoning through            ║
                    ║         Graph-of-Thoughts            ║
                    ║                                      ║
                    ╚══════════════════════════════════════╝

#### Intelligent Scientific Reasoning through Graph-of-Thoughts

[](https://saptadey.github.io/Adaptive-Graph-of-Thoughts-MCP-server/) [](https://www.python.org/downloads/) [](LICENSE) [](Dockerfile) [](https://fastapi.tiangolo.com) [](https://networkx.org) [](CHANGELOG.md) [](https://smithery.ai/server/@SaptaDey/graph-of-thought-mcp) [](https://github.com/SaptaDey/Adaptive-Graph-of-Thoughts-MCP-server/actions/workflows/codacy.yml) [](https://github.com/SaptaDey/Adaptive-Graph-of-Thoughts-MCP-server/actions/workflows/codeql.yml) [](https://github.com/SaptaDey/Adaptive-Graph-of-Thoughts-MCP-server/actions/workflows/dependabot/dependabot-updates) [](https://mseep.ai/app/b56538c9-7a30-45b3-851c-447fe2eb24a6)

🚀 Next-Generation AI Reasoning Framework for Scientific Research Leveraging graph structures to transform how AI systems approach scientific reasoning

📚 Documentation

For comprehensive information on Adaptive Graph of Thoughts, including detailed installation instructions, usage guides, configuration options, API references, contribution guidelines, and the project roadmap, please visit our full documentation site:

➡️ Adaptive Graph of Thoughts Documentation Site

The site now includes interactive Mermaid diagrams and an improved layout.

🔍 Overview

Adaptive Graph of Thoughts leverages a Neo4j graph database to perform sophisticated scientific reasoning, with graph operations managed within its pipeline stages. It implements the Model Context Protocol (MCP) to integrate with AI applications like Claude Desktop, providing an Advanced Scientific Reasoning Graph-of-Thoughts (ASR-GoT) framework designed for complex research tasks.

Key highlights:

  • Process complex scientific queries using graph-based reasoning
  • Dynamic confidence scoring with multi-dimensional evaluations
  • Connects to external databases (PubMed, Google Scholar, Exa Search) for real-time evidence gathering
  • Built with modern Python and FastAPI for high performance
  • Dockerized for easy deployment
  • Modular design for extensibility and customization
  • Integration with Claude Desktop via MCP protocol
  • 🚀 Quick Start

    git clone https://github.com/SaptaDey/Adaptive-Graph-of-Thoughts-MCP-server.git
    cd Adaptive-Graph-of-Thoughts-MCP-server
    poetry install
    poetry run uvicorn src.adaptive_graph_of_thoughts.main:app --reload
    

    Open http://localhost:8000/setup and complete the wizard. You'll land on the dashboard when finished.

    📂 Project Structure

    The project is organized as follows (see the documentation site for more details): ``` Adaptive Graph of Thoughts/ ├── 📁 .github/ # GitHub specific files (workflows) ├── 📁 config/ # Configuration files (settings.yaml) ├── 📁 docs_src/ # Source files for MkDocs documentation ├── 📁 src/ # Source code │ └── 📁 adaptive_graph_of_thoughts # Main application package ├── 📁 tests/ # Test suite ├── Dock

    Related MCP Servers

    AI Research Assistant

    AI Research Assistant

    hamid-vakilzadeh

    AI Research Assistant provides comprehensive access to millions of academic papers through the Semantic Scholar and arXiv databases. This MCP server enables AI coding assistants to perform intelligent literature searches, citation network analysis, and paper content extraction without requiring an API key. Key features include: - Advanced paper search with multi-filter support by year ranges, citation thresholds, field of study, and publication type - Title matching with confidence scoring for finding specific papers - Batch operations supporting up to 500 papers per request - Citation analysis and network exploration for understanding research relationships - Full-text PDF extraction from arXiv and Wiley open-access content (Wiley TDM token required for institutional access) - Rate limits of 100 requests per 5 minutes with options to request higher limits through Semantic Scholar

    Web & Search
    12 8
    Linkup

    Linkup

    LinkupPlatform

    Linkup is a real-time web search and content extraction service that enables AI assistants to search the web and retrieve information from trusted sources. It provides source-backed answers with citations, making it ideal for fact-checking, news gathering, and research tasks. Key features of Linkup: - Real-time web search using natural language queries to find current information, news, and data - Page fetching to extract and read content from any webpage URL - Search depth modes: Standard for direct-answer queries and Deep for complex research across multiple sources - Source-backed results with citations and context from relevant, trustworthy websites - JavaScript rendering support for accessing dynamic content on JavaScript-heavy pages

    Web & Search
    2 24
    Math-MCP

    Math-MCP

    EthanHenrickson

    Math-MCP is a computation server that enables Large Language Models (LLMs) to perform accurate numerical calculations through the Model Context Protocol. It provides precise mathematical operations via a simple API to overcome LLM limitations in arithmetic and statistical reasoning. Key features of Math-MCP: - Basic arithmetic operations: addition, subtraction, multiplication, division, modulo, and bulk summation - Statistical analysis functions: mean, median, mode, minimum, and maximum calculations - Rounding utilities: floor, ceiling, and nearest integer rounding - Trigonometric functions: sine, cosine, tangent, and their inverses with degrees and radians conversion support

    Developer Tools
    22 81