Overview
The GiiS MCP Server lets you connect any MCP-compatible AI tool to your GiiS knowledge base. Ask Claude, Cursor, Windsurf, or any other MCP client to search your company's documents without leaving your workflow.
TIP
GiiS can also act as an MCP client! See the MCP Actions guide to connect external MCP servers to your GiiS Agents.
What You Can Do
- Search your knowledge base — query Confluence, Google Drive, Slack, GitHub, Jira, and 40+ other sources
- Search the web — find current events and public information
- Fetch full page content — retrieve complete text from any URL
All of your existing GiiS permissions and access controls are enforced automatically.
Supported Clients
Any client that supports the Model Context Protocol over HTTP works with GiiS, including:
Quick Setup
Add this to your MCP client's configuration:
jsonc
{
"mcpServers": {
"giis": {
"url": "https://cloud.giis.ai/mcp", // or your self-hosted GiiS domain
"headers": {
"Authorization": "Bearer YOUR_GIIS_TOKEN_HERE"
}
}
}
}Replace YOUR_GIIS_TOKEN_HERE with a Personal Access Token or API Key.
Learn More
Detailed setup instructions, tool reference, troubleshooting, and self-hosting configuration
Create a token to authenticate with the MCP server