← Discover MCPs and Agents
G
MCPAI & MLMCP Registry

Guru Remote MCP Server

Guru MCP Server - Connect AI tools to your Guru knowledge base

Links

README

From the repo.

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

View the Setup Guide

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

Config for your environment

Use the endpoint URL below in your config. No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.api.getguru.com/mcp"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.