Onyx MCP Server
@MCP-Mirror
关于 Onyx MCP Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"lupuletic_onyx-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@lupuletic/onyx-mcp-server",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Onyx MCP Server?
Onyx MCP Server is a Model Context Protocol server that connects MCP-compatible clients to Onyx AI knowledge bases. It enables semantic search, context retrieval, and chat capabilities across your documents, acting as a bridge between MCP clients and the Onyx API.
How to use Onyx MCP Server?
Install via Smithery (npx -y @smithery/cli install @lupuletic/onyx-mcp-server --client claude) or manually by cloning the repository, installing dependencies, building, and setting the environment variables ONYX_API_TOKEN and ONYX_API_URL. Configure MCP clients (e.g., Claude Desktop, Cline) with the server command and environment variables. After setup, use the search_onyx and chat_with_onyx tools.
Key features of Onyx MCP Server
- Enhanced semantic search with LLM relevance filtering
- Context window retrieval (chunks above and below match)
- Full document retrieval option
- Chat integration using Onyx’s LLM + RAG API
- Configurable document set filtering
Use cases of Onyx MCP Server
- Access organizational knowledge bases through any MCP interface
- Help customer support agents quickly find relevant information
- Conduct deep research across company documents
- Provide access to training materials and documentation
- Ensure teams have the latest policies and procedures
FAQ from Onyx MCP Server
What are the prerequisites for Onyx MCP Server?
You need Node.js v16 or higher, an Onyx instance with API access, and an Onyx API token.
How do I configure environment variables?
Set ONYX_API_TOKEN and ONYX_API_URL (defaults to http://localhost:8080/api).
What is the difference between the search and chat tools?
Use search for specific, targeted information with controlled context retrieval. Use chat for comprehensive answers that synthesize information from multiple sources.
How do I maintain conversation context across chat interactions?
After the first chat call, the response includes a chat_session_id. Pass this ID in subsequent calls to maintain context.
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
评论