AI / MLTypeScript
FastGPT
FastGPT is a knowledge-based platform built on the LLMs for developing complex question-answering systems.
N/A rating (0 reviews)0 installs27,651 GitHub stars
AILLMquestion-answering
FastGPT offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, allowing users to easily develop and deploy complex question-answering systems without extensive setup or configuration.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"fastgpt": {
"args": [
"-y",
"fastgpt"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.