Everything you need to get started with our MCP servers.
Get up and running in 5 minutes.
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
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"
}
}
}
./h2ce-v2 index /path/to/your/project
In Claude Desktop, try:
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:
Index Location: .h2ce_index/ in project root
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)Requirements:
Configuration:
{
"genesis": {
"command": "/path/to/genesis",
"args": ["--gpu", "0", "--population", "100"]
}
}
No! All tools run 100% locally. No API calls, no telemetry.
Email us at support@example.com - we'll help you get set up within 24 hours.
Yes! Works with any MCP-compatible client, including custom implementations for local models.
We'll email you download links for updates. One-time purchases include lifetime updates.
Linux (x86_64), macOS (Intel + Apple Silicon), Windows (x86_64). ARM Linux available on request.