Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Cortex Cloud Docs Mcp Server

    MCP server for asking questions about Cortex Cloud documentation

    4 stars
    Python
    Updated Oct 10, 2025

    Table of Contents

    • Features
    • Installation
    • Option 1: From PyPI (Recommended)
    • Installing via Smithery
    • Option 2: Development Installation
    • Prerequisites
    • Install uv
    • Clone and Setup
    • Usage
    • With Claude Desktop
    • Option 1: Direct from PyPI (Recommended)
    • Option 2: Local Development
    • Manual Testing
    • Available Tools
    • Development
    • Running the server
    • Installing dependencies
    • Project structure
    • License
    • Contributing
    • Troubleshooting
    • Server not starting in Claude Desktop
    • Missing dependencies
    • Documentation not found

    Table of Contents

    • Features
    • Installation
    • Option 1: From PyPI (Recommended)
    • Installing via Smithery
    • Option 2: Development Installation
    • Prerequisites
    • Install uv
    • Clone and Setup
    • Usage
    • With Claude Desktop
    • Option 1: Direct from PyPI (Recommended)
    • Option 2: Local Development
    • Manual Testing
    • Available Tools
    • Development
    • Running the server
    • Installing dependencies
    • Project structure
    • License
    • Contributing
    • Troubleshooting
    • Server not starting in Claude Desktop
    • Missing dependencies
    • Documentation not found

    Documentation

    Cortex Cloud Docs MCP Server

    smithery badge

    A Model Context Protocol (MCP) server that provides search access to Cortex Cloud documentation. This server allows Claude and other MCP-compatible clients to search through Cortex Cloud's official documentation and API references.

    Features

    • Search across Cortex Cloud documentation
    • Search Cortex Cloud API documentation
    • Caching system for improved performance
    • Real-time indexing of documentation sites

    Installation

    Option 1: From PyPI (Recommended)

    No installation needed! Just use uvx in your Claude Desktop configuration.

    Installing via Smithery

    To install cortex-cloud-docs-mcp-server for Claude Desktop automatically via Smithery:

    bash
    npx -y @smithery/cli install @clarkemn/cortex-cloud-docs-mcp-server --client claude

    Option 2: Development Installation

    Prerequisites

    • Python 3.12 or higher
    • uv package manager

    Install uv

    bash
    curl -LsSf https://astral.sh/uv/install.sh | sh

    Clone and Setup

    bash
    git clone https://github.com/clarkemn/cortex-cloud-docs-mcp-server.git
    cd cortex-cloud-docs-mcp-server
    uv sync

    Usage

    With Claude Desktop

    Add this server to your Claude Desktop configuration file:

    Location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)

    Option 1: Direct from PyPI (Recommended)

    json
    {
      "mcpServers": {
        "Cortex Cloud Docs": {
          "command": "uvx",
          "args": ["cortex-cloud-docs-mcp-server@latest"],
          "env": {},
          "transport": "stdio"
        }
      }
    }

    Option 2: Local Development

    json
    {
      "mcpServers": {
        "Cortex Cloud Docs": {
          "command": "uv",
          "args": ["run", "python", "server.py"],
          "cwd": "/path/to/cortex-cloud-docs-mcp-server",
          "env": {},
          "transport": "stdio"
        }
      }
    }

    Replace /path/to/cortex-cloud-docs-mcp-server with the actual path to where you cloned this repository.

    Manual Testing

    You can test the server manually:

    bash
    echo '{"jsonrpc": "2.0", "id": 1, "method": "initialize", "params": {"protocolVersion": "2024-11-05", "capabilities": {}, "clientInfo": {"name": "test", "version": "1.0"}}}' | uv run python server.py

    Available Tools

    The server provides these MCP tools:

    • index_cortex_docs(max_pages: int = 50) - Index Cortex Cloud documentation (call this first)
    • index_cortex_api_docs(max_pages: int = 50) - Index Cortex Cloud API documentation
    • search_cortex_docs(query: str) - Search Cortex Cloud documentation
    • search_cortex_api_docs(query: str) - Search Cortex Cloud API documentation
    • search_all_docs(query: str) - Search across all indexed documentation
    • get_index_status() - Check indexing status and cache statistics

    Development

    Running the server

    bash
    uv run python server.py

    Installing dependencies

    bash
    uv sync

    Project structure

    code
    cortex-cloud-docs-mcp-server/
    ├── server.py              # Main MCP server implementation
    ├── pyproject.toml         # Project configuration
    ├── uv.lock               # Dependency lock file
    └── README.md             # This file

    License

    MIT License - see LICENSE file for details.

    Contributing

    1. Fork the repository

    2. Create a feature branch

    3. Make your changes

    4. Test with Claude Desktop

    5. Submit a pull request

    Troubleshooting

    Server not starting in Claude Desktop

    1. Ensure uv is installed and in your PATH

    2. Verify the path to the project directory is correct

    3. Check Claude Desktop logs for specific error messages

    Missing dependencies

    Run uv sync to ensure all dependencies are installed.

    Documentation not found

    The server needs to index documentation first. Use the index_cortex_docs or index_cortex_api_docs tools before searching.

    Similar MCP

    Based on tags & features

    • AD

      Adls Mcp Server

      Python·
      4
    • BO

      Books Mcp Server

      Python·
      5
    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • AD

      Adls Mcp Server

      Python·
      4
    • BO

      Books Mcp Server

      Python·
      5
    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k