home / mcp / guru remote mcp server
Provides secure, real-time access to Guru knowledge via MCP for AI assistants and developer tools.
Configuration
View docs{
"mcpServers": {
"guruhq-remote-mcp-server": {
"url": "https://mcp.api.getguru.com/mcp"
}
}
}You can securely connect Guru Enterprise Knowledge to your IDE, LLM, or agent platform using the Guru Remote MCP Server. It provides real-time, permission-aware access to your Guru knowledge base through the Model Context Protocol, enabling AI assistants and development tools to search, retrieve, and create or update Guru cards as needed.
To use the Guru Remote MCP Server, point your MCP client to the server URL and authenticate using the supported OAuth 2.0 flow. Once connected, you can search your knowledge base for verified Guru cards, retrieve answers, and use AI-powered answer generation to assist with coding, debugging, or drafting documentation. You can also draft new cards or update existing ones, all while respecting your organization’s permissions.
Prerequisites: ensure you have internet access and the ability to run HTTP requests against the MCP server URL. No local dependency installation is required to use the remote MCP server from your MCP client.
# Connect your MCP client to the Guru MCP server
# Use the provided MCP URL for secure access
https://mcp.api.getguru.com/mcpSecurity and access are designed to be permission-aware. OAuth 2.0 authentication is supported to ensure secure single sign-on (SSO) integration for your organization. When using the server, you can leverage knowledge agents to generate answers, manage cards through drafts and updates, and perform searches that respect your organization's permission model.
Search and retrieve verified Guru cards from your knowledge base to provide accurate, up-to-date information to AI assistants and development tools.
Create drafts and update existing Guru cards to keep information current and accurately reflected in your knowledge base.
Access AI-powered answer generation to enhance responses, code suggestions, and other assistant capabilities.
Ensure all data access respects your organization’s permissions and access controls.
Secure authentication with OAuth 2.0 for SSO integration and safe, controlled access.