streamable-httpupdated 7mo ago
Remote MCP Server that securely connects Guru Enterprise Knowledge with your IDE, LLM, or agent platform of choice.
Guru Remote MCP Server 能做什么?
Guru Remote MCP Server
Remote MCP Server that securely connects Guru Enterprise Knowledge with your IDE, LLM, or agent platform of choice.
Overview
The Guru MCP Server implements the Model Context Protocol to provide AI assistants and developer tools with secure, real-time access to your organization's Guru knowledge base.
Getting Started
The Guru MCP server URL is: https://mcp.api.getguru.com/mcp
Features
- Knowledge Base Access - Search and retrieve verified answers from your Guru cards
- Card Management - Create drafts and update existing cards
- Knowledge Agents - Access AI-powered answer generation
- Permission-Aware - All data access respects your organization's permissions
- OAuth 2.0 Authentication - Secure authentication with SSO integration
Documentation
安装
把 Guru Remote MCP Server 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http guru-remote-mcp-server https://mcp.api.getguru.com/mcpcodex mcp add guru-remote-mcp-server --url https://mcp.api.getguru.com/mcp{
"mcpServers": {
"guru-remote-mcp-server": {
"url": "https://mcp.api.getguru.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"guru-remote-mcp-server": {
"type": "http",
"url": "https://mcp.api.getguru.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"guru-remote-mcp-server": {
"url": "https://mcp.api.getguru.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"guru-remote-mcp-server": {
"serverUrl": "https://mcp.api.getguru.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档8/25
- 维护15/25
- 可信度9/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 230 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.2最新 | 2026年1月13日 |
| 1.0.1 | 2025年12月18日 |
| 1.0.0 | 2025年12月18日 |