eztakesin/llm-mcp-gateway-rs
Rust LLM gateway compatible with the OpenAI Responses API, integrating MCP (local Docs/PDF KB + extensible tool/database MCP servers) with a tool-loop, and compatible with Big-AGI. Rust 实现的 LLM 网关:兼容 OpenAI Responses API,集成 MCP(本地 Docs/PDF 知识库 + 可扩展的工具/数据库 MCP),支持 tool loop,并适配 Big-AGI。
Platform-specific configuration:
{
"mcpServers": {
"llm-mcp-gateway-rs": {
"command": "npx",
"args": [
"-y",
"llm-mcp-gateway-rs"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...