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

    Mokei

    TypeScript toolkit for creating, interacting and monitoring clients and servers using the Model Context Protocol

    0 stars
    TypeScript
    Updated Jul 19, 2025
    ai
    devtools
    mcp
    mcp-client
    mcp-server
    typescript

    Table of Contents

    • Features
    • Quick Start
    • Documentation
    • Packages
    • CLI
    • Contributing
    • License

    Table of Contents

    • Features
    • Quick Start
    • Documentation
    • Packages
    • CLI
    • Contributing
    • License

    Documentation

    Mokei

    TypeScript toolkit for creating, interacting with, and monitoring clients and servers using the Model Context Protocol (MCP).

    Features

    • MCP Server & Client - Full protocol implementation
    • Multi-Context Host - Manage multiple MCP servers with tool namespacing
    • Session Management - High-level chat abstraction with tool calling
    • Agent Loop - Automatic tool execution with configurable approval
    • Model Providers - OpenAI, Anthropic, and Ollama integration
    • Monitoring - Real-time observation of MCP traffic
    • CLI - Interactive chat and server inspection tools

    Quick Start

    bash
    npm install @mokei/session @mokei/openai-provider
    typescript
    import { Session } from '@mokei/session'
    import { OpenAIProvider } from '@mokei/openai-provider'
    
    const session = new Session({
      providers: {
        openai: OpenAIProvider.fromConfig({
          apiKey: process.env.OPENAI_API_KEY
        })
      }
    })
    
    // Add an MCP server
    await session.addContext({
      key: 'myserver',
      command: 'node',
      args: ['my-mcp-server.js']
    })
    
    // Chat with tool access
    const response = await session.chat({
      provider: 'openai',
      model: 'gpt-4',
      messages: [{ source: 'client', role: 'user', text: 'Hello!' }]
    })

    Documentation

    • **Full Documentation** - Complete guides and API reference
    • **Quick Start Guide** - Get running in minutes
    • **docs/** - Local documentation

    Packages

    PackageDescription
    @mokei/context-serverMCP server implementation
    @mokei/context-clientMCP client implementation
    @mokei/hostMulti-context orchestrator
    @mokei/sessionHigh-level session management
    @mokei/openai-providerOpenAI integration
    @mokei/anthropic-providerAnthropic Claude integration
    @mokei/ollama-providerOllama integration
    mokeiCLI tool

    CLI

    bash
    mokei context monitor    # Monitor MCP server traffic
    mokei context inspect    # Inspect available tools
    mokei chat openai        # Interactive chat

    Contributing

    See AGENTS.md for development setup and code style guidelines.

    License

    MIT

    Similar MCP

    Based on tags & features

    • MC

      Mcp Open Library

      TypeScript·
      42
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • AN

      Anilist Mcp

      TypeScript·
      57

    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

    • MC

      Mcp Open Library

      TypeScript·
      42
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • AN

      Anilist Mcp

      TypeScript·
      57

    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