lantern

wanderland-mcp-client-config

Wanderland MCP Client Configuration

Type: Configuration Reference Status: Active Port: 8888

Overview

The Wanderland MCP Proxy is an HTTP-based server on port 8888, translating JSON-RPC 2.0 MCP calls to REST API calls. Different MCP clients have different transport requirements.


Claude Code (Recommended)

Claude Code supports HTTP MCP servers natively via SSE transport. Add to your settings:

{
  "mcpServers": {
    "wanderland": {
      "type": "sse",
      "url": "http://localhost:8888/sse"
    }
  }
}

Or in ~/.claude/settings.json or project .claude/settings.json.


OpenCode

Add to opencode.json:

{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wanderland": {
      "type": "remote",
      "url": "http://localhost:8888",
      "enabled": true
    }
  }
}

Claude Desktop

⚠️ Important: Claude Desktop uses stdio-based MCP servers, not HTTP. The wanderland MCP proxy is HTTP-based.

Options:

  • Use an stdio-to-HTTP wrapper/bridge
  • Wait for HTTP MCP support in Claude Desktop
  • Use Claude Code instead (supports HTTP MCP natively)

Direct API Testing

# Health check
curl http://localhost:8888/health

# List all tools (70+)
curl -X POST http://localhost:8888/tools/list \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

# Call a tool
curl -X POST http://localhost:8888/tools/call \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"ccp_status"}}'

Connection Reference

Property Value
Protocol HTTP (JSON-RPC 2.0)
Port 8888
Health /health
Tools List POST /tools/list
Tool Call POST /tools/call
Start Command ccp start mcp-proxy

Tools Available

70+ tools across categories:

  • Detective Cases (12 tools) - Case management, investigation notes
  • Oculus Navigation (12 tools) - Graph traversal, node lookup
  • Consciousness Network - Memory, insights, personas
  • Task Management - ADHD-optimized task tracking
  • Oracle Search - Semantic search across 4 collections
  • Control Plane (5 tools) - Service management
  • STUFFY Streaming - Display and streaming tools
  • JIRA Integration - Ticket management

Slots

North

slots:
- component-mcp-proxy
- component-mcp-proxy

South

slots: []

East

slots: []

West

slots: []
↑ northcomponent-mcp-proxy