Back to Home
TairuFramework icon

mokei

by TairuFramework

Overview

Mokei is a TypeScript toolkit for creating, interacting with, and monitoring clients and servers using the Model Context Protocol (MCP), facilitating AI model integration and tool execution. The 'fetch' MCP server specifically provides a tool to fetch URLs and convert their content to markdown.

Installation

Run Command
pnpm build && node --experimental-vm-modules mcp-servers/fetch/lib/index.js

Environment Variables

  • OPENAI_API_KEY

Security Notes

The '@mokei/mcp-sqlite' server is highly vulnerable to SQL injection if SQL strings are generated by an LLM without strict sanitization, as it directly executes user-provided SQL. The '@mokei/mcp-fetch' server can be susceptible to Server-Side Request Forgery (SSRF) if it processes untrusted URLs. The 'ContextHost' and 'ProxyHost' components execute arbitrary commands via `nano-spawn`, requiring careful control over the 'command' and 'args' provided to prevent remote code execution, making the framework's security highly dependent on secure configuration and input validation at the application level.

Similar Servers

Stats

Interest Score0
Security Score2
Cost ClassMedium
Avg Tokens5000
Stars0
Forks1
Last Update2025-11-29

Tags

MCPAILLMtoolkitserverclienthost