# mcp-server

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/guruhq/remote-mcp-server  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/mcp-server-28

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

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "mcp-server": {
    "command": "npx",
    "args": ["-y","mcp-server-28"]
  }
}
```

## Documentation & README

# 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](https://modelcontextprotocol.io) 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](https://developer.getguru.com/docs/authentication-connection-setup)**

## 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 MCP Server Overview](https://developer.getguru.com/docs/guru-mcp-server-overview)
- [Authentication Setup](https://developer.getguru.com/docs/authentication-connection-setup)
- [Available Tools](https://developer.getguru.com/docs/available-capabilities)

