streamable-httpupdated 7mo ago
Remote MCP Server that securely connects Guru Enterprise Knowledge with your IDE, LLM, or agent platform of choice.
What can you do with 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
Install
Add Guru Remote MCP Server to your client. Pick the one you use.
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`.
Score
39 / 100
Incomplete
- Documentation8/25
- Maintenance15/25
- Trust9/20
- Capability0/15
- Install experience12/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
Version history
| Versions | Published |
|---|---|
| 1.0.2Latest | Jan 13, 2026 |
| 1.0.1 | Dec 18, 2025 |
| 1.0.0 | Dec 18, 2025 |