MCP.so
登录

ASR Graph of Thoughts (GoT) Model Context Protocol (MCP) Server

@SaptaDey

关于 ASR Graph of Thoughts (GoT) Model Context Protocol (MCP) Server

The Advanced Scientific Research (ASR) Graph of Thoughts (GoT) MCP server is a highly efficient implementation of the Model Context Protocol (MCP) that allows for sophisticated reasoning workflows using graph-based representations.

基本信息

分类

其他

许可证

Apache-2.0

运行时

python

传输方式

stdio

发布者

SaptaDey

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "Graph-of-Thought-MCP": {
      "command": "docker",
      "args": [
        "compose",
        "up",
        "--build"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is ASR Graph of Thoughts (GoT) Model Context Protocol (MCP) Server?

The ASR Graph of Thoughts (GoT) Model Context Protocol (MCP) Server is an MCP implementation that uses graph-based representations for sophisticated reasoning workflows. It is built for integration with AI models and applications such as the Claude desktop app or API-based integrations.

How to use ASR Graph of Thoughts (GoT) Model Context Protocol (MCP) Server?

Run the server using Docker with docker compose up --build. Alternatively, clone the repository, create a Python virtual environment, install dependencies with pip install -r requirements.txt, and start the server with python src/server.py.

Key features of ASR Graph of Thoughts (GoT) Model Context Protocol (MCP) Server

  • Graph of Thoughts reasoning approach
  • Eight processing stages from initialization to reflection
  • Docker Compose multi-container deployment
  • FastAPI backend exposed on port 8082
  • Static client served via nginx on port 80
  • MCP-compatible with Claude and API integrations

Use cases of ASR Graph of Thoughts (GoT) Model Context Protocol (MCP) Server

评论

其他 分类下的更多 MCP 服务器