Integrations
UseKeen 文档 MCP 服务器 (Python)
用于 UseKeen 包文档搜索 API 的 MCP 服务器,使 Claude 和其他 AI 助手能够搜索包和服务的文档。
工具
usekeen_package_doc_search
- 搜索软件包和服务的文档以查找实施细节、示例和规范
- 必需输入:
package_name
(字符串):要搜索文档的包或服务的名称(例如“react”、“aws-s3”、“docker”)
- 可选输入:
query
(字符串):搜索词以在包/服务文档中查找特定信息(例如“文件上传示例”,“身份验证方法”)
- 返回:包含相关匹配、URL 和片段的文档搜索结果
设置
- 从 UseKeen 服务获取 UseKeen API 密钥
- 使用您的 API 密钥设置环境,如下所示
安装
来自 PyPI
Copy
来自源
Copy
与 Claude Desktop 一起使用
将以下内容添加到您的claude_desktop_config.json
中:
Copy
与 VS Code 一起使用
如需手动安装,请将以下 JSON 块添加到 VS Code 中的“用户设置 (JSON)”文件中。您可以按下Ctrl + Shift + P
并输入Preferences: Open Settings (JSON)
来完成此操作。
或者,您可以将其添加到工作区中名为.vscode/mcp.json
的文件中。这样您就可以与其他人共享该配置。
请注意
.vscode/mcp.json
文件中不需要mcp
键。
Copy
手动设置
使用帮助脚本
我们提供了两个帮助脚本,以便更轻松地运行服务器:
- 本地执行:Copy
- Docker执行:Copy
这两个脚本都会检查包含USEKEEN_API_KEY
的.env
文件。你可以根据提供的.env.example
创建此文件。
使用 Python 运行
设置USEKEEN_API_KEY
环境变量并运行服务器:
Copy
使用 Docker 运行
使用 API 密钥构建并运行 Docker 容器:
Copy
环境变量
USEKEEN_API_KEY
:必填。用于身份验证的 UseKeen API 密钥。
故障排除
如果遇到错误,请验证:
- 您的 UseKeen API 密钥有效且已在您的配置中正确设置
- 您拥有有效的互联网连接,可以访问 UseKeen API
- UseKeen 服务目前可用
执照
此 MCP 服务器遵循 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。
This server cannot be installed
使 AI 助手能够搜索包和服务的文档以查找实施细节、示例和规范。
Related MCP Servers
- -securityAlicense-qualityServes as a guardian of development knowledge, providing AI assistants with curated access to latest documentation and best practices.Last updated -48752TypeScriptMIT License
- -securityAlicense-qualityProvides code manipulation, execution, and version control capabilities. It allows AI assistants to read, write, and execute code while maintaining a history of changes.Last updated -8PythonMIT License
- -securityFlicense-qualityEnables AI assistants to interact with Metabase databases and dashboards, allowing users to list and execute queries, access data visualizations, and interact with database resources through natural language.Last updated -9JavaScript
- AsecurityAlicenseAqualityProvides tools for interacting with Targetprocess, a project management and agile planning platform, enabling AI assistants to search, create, and update project entities with proper validation.Last updated -5TypeScriptMIT License