volcengine_knowledgebase_mcp

suqidan/volcengine_knowledgebase_mcp

3.1

If you are the rightful owner of volcengine_knowledgebase_mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Claude Desktop's Volcengine Knowledge Base MCP server provides knowledge base search and conversation completion features.

The Volcengine Knowledge Base MCP server is designed to integrate with Claude Desktop, offering users the ability to search through a knowledge base and receive conversation completions. It is built to be secure, with credential management and easy configuration. The server requires Python 3.10 or higher and a Volcengine account with knowledge base services enabled. Users can configure the server to work with Claude Desktop by editing the configuration file and providing necessary credentials. The server supports features like knowledge base search and conversation completion, making it a versatile tool for users needing quick access to information and interactive dialogue capabilities.

Features

  • Knowledge base search
  • Conversation completion
  • Secure credential management
  • Easy configuration

Usages

usage with Claude Desktop

{
    "mcpServers": {
        "kb": {
            "command": "python",
            "args": [
                "/path/to/kb_mcp.py"
            ]
        }
    }
}