MLT-OSS/open-assistant-api
The Open Assistant API is a ready-to-use, open-source, self-hosted agent/gpts orchestration creation framework, supporting customized extensions for LLM, RAG, function call, and tools capabilities. It also supports seamless integration with the openai/langchain sdk.
Platform-specific configuration:
{
"mcpServers": {
"open-assistant-api": {
"command": "npx",
"args": [
"-y",
"open-assistant-api"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...