Documentation

Everything you need to get started with our MCP servers.

Quick Start

Get up and running in 5 minutes.

1. Download & Extract

After purchase, you'll receive download links for your platform:

# Linux/macOS
tar -xzf mcp-servers.tar.gz
cd mcp-servers

# Windows
# Extract mcp-servers.zip using File Explorer

2. Configure Claude Desktop

Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "h2ce-v2": {
      "command": "/path/to/h2ce-v2",
      "args": ["--index", "./your-project"]
    },
    "markovian-thinker": {
      "command": "/path/to/markovian-thinker"
    }
  }
}

3. Index Your Codebase (H²CE-v2)

./h2ce-v2 index /path/to/your/project

4. Start Using

In Claude Desktop, try:

  • "Search for all authentication functions"
  • "Use Markovian Thinker to solve this complex problem"
  • "Find all API endpoints in the codebase"

Tool-Specific Documentation

🔍 H²CE-v2 - Code Search

Indexing:

# Index a project
./h2ce-v2 index /path/to/project

# Update index (incremental)
./h2ce-v2 update /path/to/project

# Search
./h2ce-v2 search "authentication logic"

Supported Languages:

  • Rust, Python, JavaScript, TypeScript, Go (built-in)
  • C++, Java, C# (available on request)

Index Location: .h2ce_index/ in project root

🧠 Markovian Thinker - Extended Reasoning

Usage via Claude:

"Use markovian_solve to solve: [your complex problem]"

Parameters:

  • max_iterations: Maximum chunks (default: 10)
  • chunk_size: Tokens per chunk (default: 8192)
  • carryover: Context to carry forward (default: 4096)

🚀 Genesis - GPU Evolution

Requirements:

  • NVIDIA GPU (CUDA) or Vulkan-compatible GPU
  • 16GB+ RAM recommended

Configuration:

{
  "genesis": {
    "command": "/path/to/genesis",
    "args": ["--gpu", "0", "--population", "100"]
  }
}

Frequently Asked Questions

Q: Do I need an internet connection?

No! All tools run 100% locally. No API calls, no telemetry.

Q: What if I have issues installing?

Email us at support@example.com - we'll help you get set up within 24 hours.

Q: Can I use this with local LLMs?

Yes! Works with any MCP-compatible client, including custom implementations for local models.

Q: How do I update to newer versions?

We'll email you download links for updates. One-time purchases include lifetime updates.

Q: What platforms are supported?

Linux (x86_64), macOS (Intel + Apple Silicon), Windows (x86_64). ARM Linux available on request.

Need Help?

We're here to help you get the most out of your MCP servers.