ASR Graph of Thoughts (GoT) Model Context Protocol (MCP) Server
@SaptaDey
About 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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Graph-of-Thought-MCP": {
"command": "docker",
"args": [
"compose",
"up",
"--build"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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
More Other MCP servers
FastMCP v2 π
jlowinπ The fast, Pythonic way to build MCP servers and clients.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation β’ (~400 MCP servers for AI agents) β’ AI Automation / AI Agent with MCPs β’ AI Workflows & AI Agents β’ MCPs for AI Agents
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Go π
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments